MueLu Version of the Day
Loading...
Searching...
No Matches
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 96 of file MueLu_CoalesceDropFactory_def.hpp.

Constructor & Destructor Documentation

◆ DropTol() [1/4]

template<class real_type , class LO >
MueLu::Details::DropTol< real_type, LO >::DropTol ( )
default

◆ DropTol() [2/4]

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

◆ DropTol() [3/4]

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

◆ DropTol() [4/4]

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 105 of file MueLu_CoalesceDropFactory_def.hpp.

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ val

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

Definition at line 109 of file MueLu_CoalesceDropFactory_def.hpp.

◆ diag

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

Definition at line 110 of file MueLu_CoalesceDropFactory_def.hpp.

◆ col

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

Definition at line 111 of file MueLu_CoalesceDropFactory_def.hpp.

◆ drop

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

Definition at line 112 of file MueLu_CoalesceDropFactory_def.hpp.


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