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