Belos Version of the Day
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Belos::UndefinedDenseMatTraits< ScalarType, DM > Struct Template Reference

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!
 

Detailed Description

template<class ScalarType, class DM>
struct Belos::UndefinedDenseMatTraits< ScalarType, DM >

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.

Member Function Documentation

◆ notDefined()

template<class ScalarType , class DM >
static ScalarType Belos::UndefinedDenseMatTraits< ScalarType, DM >::notDefined ( )
inlinestatic

This function should not compile if there is an attempt to instantiate!

Note
Any attempt to compile this function results in a compile time error. This means that the template specialization of Anasazi::DenseMatTraits class for type DM does not exist, or is not complete.

Definition at line 40 of file BelosDenseMatTraits.hpp.


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

Generated for Belos by doxygen 1.9.8