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


Go to the source code of this file.
Classes | |
| class | Belos::DGKSOrthoManager< Sacado::MP::Vector< Storage >, MV, OP > |
Namespaces | |
| namespace | Belos |
Variables | |
| template<class StorageType, class MV, class OP> | |
| const int | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::max_blk_ortho_default_ = 2 |
| template<class StorageType, class MV, class OP> | |
| const DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::blk_tol_default_ |
| template<class StorageType, class MV, class OP> | |
| const DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::dep_tol_default_ |
| template<class StorageType, class MV, class OP> | |
| const DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::sing_tol_default_ = 10*Teuchos::ScalarTraits<typename DGKSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::eps() |
| template<class StorageType, class MV, class OP> | |
| const int | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::max_blk_ortho_fast_ = 1 |
| template<class StorageType, class MV, class OP> | |
| const DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::blk_tol_fast_ = Teuchos::ScalarTraits<typename DGKSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::zero() |
| template<class StorageType, class MV, class OP> | |
| const DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::dep_tol_fast_ = Teuchos::ScalarTraits<typename DGKSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::zero() |
| template<class StorageType, class MV, class OP> | |
| const DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::MagnitudeType | Belos::DGKSOrthoManager< Sacado::MP::Vector< StorageType >, MV, OP >::sing_tol_fast_ = Teuchos::ScalarTraits<typename DGKSOrthoManager<Sacado::MP::Vector<StorageType>,MV,OP>::MagnitudeType>::zero() |
Classical Gram-Schmidt (with DGKS correction) 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_DGKS_OrthoManager_MP_Vector.hpp.