tatami
C++ API for different matrix representations
|
Defines an array class with run-time numeric type. More...
Go to the source code of this file.
Classes | |
class | tatami::SomeNumericArray< Value_ > |
Array of some numeric type, determined at runtime. More... | |
struct | tatami::SomeNumericArray< Value_ >::Iterator |
Random-access iterator class. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Enumerations | |
enum | tatami::SomeNumericType { I8 , U8 , I16 , U16 , I32 , U32 , I64 , U64 , F32 , F64 } |
Defines an array class with run-time numeric type.