Public Types | |
| typedef Thyra::MultiVectorBase < double > | MV |
| typedef Thyra::LinearOpBase < double > | OP |
Static Public Member Functions | |
| static RCP< OP > | opPtr (const LinearOperator< double > &A) |
| static RCP< MV > | makeMV (int blockSize, const VectorSpace< double > &space) |
| static Vector< double > | vec (const RCP< MV > &mv, int i) |
Definition at line 103 of file TSFAnasaziEigensolverImpl.hpp.
| typedef Thyra::MultiVectorBase<double> TSFExtended::InitTraits< MultiVectorBase< double >, LinearOpBase< double > >::MV |
Definition at line 106 of file TSFAnasaziEigensolverImpl.hpp.
| typedef Thyra::LinearOpBase<double> TSFExtended::InitTraits< MultiVectorBase< double >, LinearOpBase< double > >::OP |
Definition at line 107 of file TSFAnasaziEigensolverImpl.hpp.
| static RCP<MV> TSFExtended::InitTraits< MultiVectorBase< double >, LinearOpBase< double > >::makeMV | ( | int | blockSize, |
| const VectorSpace< double > & | space | ||
| ) | [inline, static] |
Definition at line 116 of file TSFAnasaziEigensolverImpl.hpp.
References Sundance::Handle< PointerType >::ptr().
| static RCP<OP> TSFExtended::InitTraits< MultiVectorBase< double >, LinearOpBase< double > >::opPtr | ( | const LinearOperator< double > & | A | ) | [inline, static] |
Definition at line 110 of file TSFAnasaziEigensolverImpl.hpp.
References Sundance::Handle< PointerType >::ptr().
| static Vector<double> TSFExtended::InitTraits< MultiVectorBase< double >, LinearOpBase< double > >::vec | ( | const RCP< MV > & | mv, |
| int | i | ||
| ) | [inline, static] |
Definition at line 123 of file TSFAnasaziEigensolverImpl.hpp.