tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Options.hpp
Go to the documentation of this file.
1#ifndef TATAMI_OPTIONS_HPP
2#define TATAMI_OPTIONS_HPP
3
4#include <vector>
5#include <memory>
6
13namespace tatami {
14
25enum class DimensionSelectionType : char { FULL, BLOCK, INDEX };
26
30struct Options {
41
53
63};
64
65}
66
67#endif
Flexible representations for matrix data.
Definition Extractor.hpp:15
DimensionSelectionType
Definition Options.hpp:25
Options for accessing data from a Matrix instance.
Definition Options.hpp:30
bool sparse_extract_index
Definition Options.hpp:40
bool sparse_ordered_index
Definition Options.hpp:62
bool sparse_extract_value
Definition Options.hpp:52