Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
A valid Dense Matrix container is the one that has a valid Dense Matrix tag i.e satisfies the has_dense_matrix_tag
check.
More...
#include <Morpheus_FormatTraits.hpp>
Static Public Attributes | |
static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
A valid Dense Matrix container is the one that has a valid Dense Matrix tag i.e satisfies the has_dense_matrix_tag
check.
T | Type passed for check. |