|
tatami_python
R bindings to tatami matrices
|
Parse sparse matrices from block processing. More...
#include "tatami/tatami.hpp"#include "pybind11/pybind11.h"#include "utils.hpp"#include <algorithm>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | tatami_python |
| tatami bindings for arbitrary Python matrices. | |
Functions | |
| template<typename Value_ , typename Index_ , class Function_ > | |
| void | tatami_python::parse_Sparse2darray (const pybind11::object &matrix, Value_ *const vbuffer, Index_ *const ibuffer, Function_ fun) |
Parse sparse matrices from block processing.