|
Stokhos Development
|
Iterated Classical Gram-Schmidt (ICGS) implementation of the Belos::OrthoManager class. More...
#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"#include "BelosICGSOrthoManager.hpp"
Classes | |
| class | Belos::ICGSOrthoManager< Sacado::MP::Vector< Storage >, MV, OP > |
Variables | |
| template<class StorageType, class MV, class OP> | |
| const int | Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::max_ortho_steps_default_ = 2 |
| template<class StorageType, class MV, class OP> | |
| const ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::blk_tol_default_ |
| template<class StorageType, class MV, class OP> | |
| const ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::sing_tol_default_ = 10*Teuchos::ScalarTraits<typename ICGSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::eps() |
| template<class StorageType, class MV, class OP> | |
| const int | Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::max_ortho_steps_fast_ = 1 |
| template<class StorageType, class MV, class OP> | |
| const ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::blk_tol_fast_ = Teuchos::ScalarTraits<typename ICGSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::zero() |
| template<class StorageType, class MV, class OP> | |
| const ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::sing_tol_fast_ = Teuchos::ScalarTraits<typename ICGSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::zero() |
Iterated Classical Gram-Schmidt (ICGS) implementation of the Belos::OrthoManager class.
Specialized for Sacado::MP::Vector scalar type to deal with lucky breakdown that can occur for one sample but not for the others.
| const ICGSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType Belos::ICGSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::blk_tol_default_ |