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