|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Iterated Classical Gram-Schmidt (ICGS) implementation of the Belos::OrthoManager class. More...


Go to the source code of this file.
Classes | |
| class | Belos::ICGSOrthoManager< Sacado::MP::Vector< Storage >, MV, OP > |
Namespaces | |
| namespace | Belos |
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.
Definition in file Belos_ICGS_OrthoManager_MP_Vector.hpp.