tatami
C++ API for different matrix representations
|
Compile-time checks for the data()
method.
More...
Go to the source code of this file.
Classes | |
struct | tatami::has_data< Type_, Container_, typename > |
Compile time check for the data() method. More... | |
struct | tatami::has_data< Type_, Container_, decltype((void) std::declval< Container_ >().data(), 0)> |
Compile time check for the data() method. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Compile-time checks for the data()
method.