|
Belos Version of the Day
|
This is the default struct used by DenseMatrixTraits<OrdinalType, ScalarType> class to produce a compile time error when the specialization does not exist for dense matrix type DM.
More...
#include <BelosDenseMatTraits.hpp>
Static Public Member Functions | |
| static ScalarType | notDefined () |
| This function should not compile if there is an attempt to instantiate! | |
This is the default struct used by DenseMatrixTraits<OrdinalType, ScalarType> class to produce a compile time error when the specialization does not exist for dense matrix type DM.
Definition at line 33 of file BelosDenseMatTraits.hpp.
|
inlinestatic |
This function should not compile if there is an attempt to instantiate!
DM does not exist, or is not complete. Definition at line 40 of file BelosDenseMatTraits.hpp.
1.9.8