MueLu
Version of the Day
|
#include <MueLu_CoalesceDropFactory_def.hpp>
Public Member Functions | |
DropTol ()=default | |
DropTol (DropTol const &)=default | |
DropTol (DropTol &&)=default | |
DropTol & | operator= (DropTol const &)=default |
DropTol & | operator= (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} |
Definition at line 88 of file MueLu_CoalesceDropFactory_def.hpp.
|
default |
|
default |
|
default |
|
inline |
Definition at line 97 of file MueLu_CoalesceDropFactory_def.hpp.
|
default |
|
default |
real_type MueLu::Details::DropTol< real_type, LO >::val {Teuchos::ScalarTraits<real_type>::zero()} |
Definition at line 101 of file MueLu_CoalesceDropFactory_def.hpp.
real_type MueLu::Details::DropTol< real_type, LO >::diag {Teuchos::ScalarTraits<real_type>::zero()} |
Definition at line 102 of file MueLu_CoalesceDropFactory_def.hpp.
LO MueLu::Details::DropTol< real_type, LO >::col {Teuchos::OrdinalTraits<LO>::invalid()} |
Definition at line 103 of file MueLu_CoalesceDropFactory_def.hpp.
bool MueLu::Details::DropTol< real_type, LO >::drop {true} |
Definition at line 104 of file MueLu_CoalesceDropFactory_def.hpp.