Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Belos_DGKS_OrthoManager_MP_Vector.hpp File Reference

Classical Gram-Schmidt (with DGKS correction) implementation of the Belos::OrthoManager class. More...

#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"
#include "BelosDGKSOrthoManager.hpp"
Include dependency graph for Belos_DGKS_OrthoManager_MP_Vector.hpp:
This graph shows which files directly or indirectly include this file:

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()
 

Detailed Description

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.