MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu::Details::DropTol< real_type, LO > Struct Template Reference

#include <MueLu_CoalesceDropFactory_def.hpp>

Public Member Functions

 DropTol ()=default
 
 DropTol (DropTol const &)=default
 
 DropTol (DropTol &&)=default
 
DropToloperator= (DropTol const &)=default
 
DropToloperator= (DropTol &&)=default
 
 DropTol (real_type val_, real_type diag_, LO col_, bool drop_)
 

Public Attributes

real_type val {Teuchos::ScalarTraits<real_type>::zero()}
 
real_type diag {Teuchos::ScalarTraits<real_type>::zero()}
 
LO col {Teuchos::OrdinalTraits<LO>::invalid()}
 
bool drop {true}
 

Detailed Description

template<class real_type, class LO>
struct MueLu::Details::DropTol< real_type, LO >

Definition at line 94 of file MueLu_CoalesceDropFactory_def.hpp.

Constructor & Destructor Documentation

template<class real_type , class LO >
MueLu::Details::DropTol< real_type, LO >::DropTol ( )
default
template<class real_type , class LO >
MueLu::Details::DropTol< real_type, LO >::DropTol ( DropTol< real_type, LO > const &  )
default
template<class real_type , class LO >
MueLu::Details::DropTol< real_type, LO >::DropTol ( DropTol< real_type, LO > &&  )
default
template<class real_type , class LO >
MueLu::Details::DropTol< real_type, LO >::DropTol ( real_type  val_,
real_type  diag_,
LO  col_,
bool  drop_ 
)
inline

Definition at line 102 of file MueLu_CoalesceDropFactory_def.hpp.

Member Function Documentation

template<class real_type , class LO >
DropTol& MueLu::Details::DropTol< real_type, LO >::operator= ( DropTol< real_type, LO > const &  )
default
template<class real_type , class LO >
DropTol& MueLu::Details::DropTol< real_type, LO >::operator= ( DropTol< real_type, LO > &&  )
default

Member Data Documentation

template<class real_type , class LO >
real_type MueLu::Details::DropTol< real_type, LO >::val {Teuchos::ScalarTraits<real_type>::zero()}

Definition at line 108 of file MueLu_CoalesceDropFactory_def.hpp.

template<class real_type , class LO >
real_type MueLu::Details::DropTol< real_type, LO >::diag {Teuchos::ScalarTraits<real_type>::zero()}

Definition at line 109 of file MueLu_CoalesceDropFactory_def.hpp.

template<class real_type , class LO >
LO MueLu::Details::DropTol< real_type, LO >::col {Teuchos::OrdinalTraits<LO>::invalid()}

Definition at line 110 of file MueLu_CoalesceDropFactory_def.hpp.

template<class real_type , class LO >
bool MueLu::Details::DropTol< real_type, LO >::drop {true}

Definition at line 111 of file MueLu_CoalesceDropFactory_def.hpp.


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