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 78 of file PlayaAnasaziEigensolverImpl.hpp.
| typedef SimpleMV Playa::InitTraits< SimpleMV, LinearOperator< double > >::MV |
Definition at line 81 of file PlayaAnasaziEigensolverImpl.hpp.
| typedef LinearOperator<double> Playa::InitTraits< SimpleMV, LinearOperator< double > >::OP |
Definition at line 82 of file PlayaAnasaziEigensolverImpl.hpp.
| static RCP<MV> Playa::InitTraits< SimpleMV, LinearOperator< double > >::makeMV | ( | int | blockSize, |
| const VectorSpace< double > & | space | ||
| ) | [inline, static] |
Definition at line 97 of file PlayaAnasaziEigensolverImpl.hpp.
References Playa::VectorSpace< Scalar >::createMember().
| static RCP<OP> Playa::InitTraits< SimpleMV, LinearOperator< double > >::opPtr | ( | const LinearOperator< double > & | A | ) | [inline, static] |
Definition at line 85 of file PlayaAnasaziEigensolverImpl.hpp.
References Playa::Handle< PointerType >::ptr().
| static Vector<double> Playa::InitTraits< SimpleMV, LinearOperator< double > >::vec | ( | const RCP< MV > & | mv, |
| int | i | ||
| ) | [inline, static] |
Definition at line 105 of file PlayaAnasaziEigensolverImpl.hpp.