|
tatami_python
R bindings to tatami matrices
|
Python matrix of unknown format. More...
#include "pybind11/pybind11.h"#include "pybind11/numpy.h"#include "tatami/tatami.hpp"#include "dense_extractor.hpp"#include "sparse_extractor.hpp"#include "parallelize.hpp"#include <vector>#include <memory>#include <string>#include <stdexcept>#include <optional>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | tatami_python::UnknownMatrixOptions |
Options for data extraction from an UnknownMatrix. More... | |
| class | tatami_python::UnknownMatrix< Value_, Index_, CachedValue_, CachedIndex_ > |
| Unknown matrix-like object in Python. More... | |
Namespaces | |
| namespace | tatami_python |
| tatami bindings for arbitrary Python matrices. | |
Python matrix of unknown format.