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