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