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< T, V, typename > |
Compile time check for the data() method. More... | |
struct | tatami::has_data< T, V, decltype((void) std::declval< V >().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.