Public Types | |
| typedef SimpleMV | MV |
| typedef LinearOperator< 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 66 of file TSFAnasaziEigensolverImpl.hpp.
| typedef SimpleMV TSFExtended::InitTraits< SimpleMV, LinearOperator< double > >::MV |
Definition at line 69 of file TSFAnasaziEigensolverImpl.hpp.
| typedef LinearOperator<double> TSFExtended::InitTraits< SimpleMV, LinearOperator< double > >::OP |
Definition at line 70 of file TSFAnasaziEigensolverImpl.hpp.
| static RCP<MV> TSFExtended::InitTraits< SimpleMV, LinearOperator< double > >::makeMV | ( | int | blockSize, |
| const VectorSpace< double > & | space | ||
| ) | [inline, static] |
Definition at line 85 of file TSFAnasaziEigensolverImpl.hpp.
References TSFExtended::VectorSpace< Scalar >::createMember().
| static RCP<OP> TSFExtended::InitTraits< SimpleMV, LinearOperator< double > >::opPtr | ( | const LinearOperator< double > & | A | ) | [inline, static] |
Definition at line 73 of file TSFAnasaziEigensolverImpl.hpp.
References Sundance::Handle< PointerType >::ptr().
| static Vector<double> TSFExtended::InitTraits< SimpleMV, LinearOperator< double > >::vec | ( | const RCP< MV > & | mv, |
| int | i | ||
| ) | [inline, static] |
Definition at line 93 of file TSFAnasaziEigensolverImpl.hpp.