Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Morpheus::is_dense_matrix_container< T > Class Template Reference

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)
 

Detailed Description

template<class T>
class Morpheus::is_dense_matrix_container< T >

A valid Dense Matrix container is the one that has a valid Dense Matrix tag i.e satisfies the has_dense_matrix_tag check.

Template Parameters
TType passed for check.

The documentation for this class was generated from the following file: