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