Public Types | |
| typedef SimpleMV | _MV |
| typedef Teuchos::ScalarTraits < double > | SCT |
Static Public Member Functions | |
| static double | one () |
| static double | zero () |
| static bool | detectRepeatedIndex (const std::vector< int > &index) |
Creation methods | |
| static RCP< _MV > | Clone (const _MV &mv, const int numvecs) |
| static RCP< _MV > | CloneCopy (const _MV &mv) |
| static RCP< _MV > | CloneCopy (const _MV &mv, const std::vector< int > &index) |
| static RCP< _MV > | CloneViewNonConst (_MV &mv, const std::vector< int > &index) |
| static RCP< const _MV > | CloneView (const _MV &mv, const std::vector< int > &index) |
Attribute methods | |
| static int | GetVecLength (const _MV &mv) |
Obtain the vector length of mv. | |
| static int | GetNumberVecs (const _MV &mv) |
Obtain the number of vectors in mv. | |
Update methods | |
| static void | MvTimesMatAddMv (const double alpha, const _MV &A, const Teuchos::SerialDenseMatrix< int, double > &B, const double beta, _MV &mv) |
Update mv with . | |
| static void | MvAddMv (const double alpha, const _MV &A, const double beta, const _MV &B, _MV &mv) |
Replace mv with . | |
| static void | MvTransMv (const double alpha, const _MV &A, const _MV &mv, Teuchos::SerialDenseMatrix< int, double > &B) |
Compute a dense matrix B through the matrix-matrix multiply . | |
| static void | MvDot (const _MV &mv, const _MV &A, std::vector< double > &b) |
| Dot product. | |
| static void | MvScale (_MV &mv, const double alpha) |
Scale each element of the vectors in *this with alpha. | |
| static void | MvScale (_MV &mv, const std::vector< double > &alpha) |
Scale each element of the i-th vector in *this with alpha[i]. | |
Norm method | |
| static void | MvNorm (const _MV &mv, std::vector< Teuchos::ScalarTraits< double >::magnitudeType > &normvec) |
Compute the 2-norm of each individual vector of mv. | |
Initialization methods | |
| static void | SetBlock (const _MV &A, const std::vector< int > &index, _MV &mv) |
Copy the vectors in A to a set of vectors in mv indicated by the indices given in index. | |
| static void | MvRandom (_MV &mv) |
Replace the vectors in mv with random vectors. | |
| static void | MvInit (_MV &mv, double alpha=Teuchos::ScalarTraits< double >::zero()) |
Replace each element of the vectors in mv with alpha. | |
Print method | |
| static void | MvPrint (const _MV &mv, std::ostream &os) |
Print the mv multi-vector to the os output stream. | |
Definition at line 77 of file TSFAnasaziAdapter.hpp.
Definition at line 80 of file TSFAnasaziAdapter.hpp.
Definition at line 81 of file TSFAnasaziAdapter.hpp.
| static RCP<_MV> Anasazi::MultiVecTraits< double, SimpleMV >::Clone | ( | const _MV & | mv, |
| const int | numvecs | ||
| ) | [inline, static] |
Definition at line 91 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static RCP< _MV > Anasazi::MultiVecTraits< double, SimpleMV >::CloneCopy | ( | const _MV & | mv | ) | [inline, static] |
Definition at line 109 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static RCP< _MV > Anasazi::MultiVecTraits< double, SimpleMV >::CloneCopy | ( | const _MV & | mv, |
| const std::vector< int > & | index | ||
| ) | [inline, static] |
Definition at line 127 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static RCP<const _MV > Anasazi::MultiVecTraits< double, SimpleMV >::CloneView | ( | const _MV & | mv, |
| const std::vector< int > & | index | ||
| ) | [inline, static] |
Definition at line 173 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static RCP< _MV > Anasazi::MultiVecTraits< double, SimpleMV >::CloneViewNonConst | ( | _MV & | mv, |
| const std::vector< int > & | index | ||
| ) | [inline, static] |
Definition at line 149 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static bool Anasazi::MultiVecTraits< double, SimpleMV >::detectRepeatedIndex | ( | const std::vector< int > & | index | ) | [inline, static] |
Definition at line 393 of file TSFAnasaziAdapter.hpp.
| static int Anasazi::MultiVecTraits< double, SimpleMV >::GetNumberVecs | ( | const _MV & | mv | ) | [inline, static] |
Obtain the number of vectors in mv.
Definition at line 207 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static int Anasazi::MultiVecTraits< double, SimpleMV >::GetVecLength | ( | const _MV & | mv | ) | [inline, static] |
Obtain the vector length of mv.
Definition at line 200 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvAddMv | ( | const double | alpha, |
| const _MV & | A, | ||
| const double | beta, | ||
| const _MV & | B, | ||
| _MV & | mv | ||
| ) | [inline, static] |
Replace mv with
.
Definition at line 259 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::resize(), and Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvDot | ( | const _MV & | mv, |
| const _MV & | A, | ||
| std::vector< double > & | b | ||
| ) | [inline, static] |
Dot product.
Definition at line 301 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvInit | ( | _MV & | mv, |
| double | alpha = Teuchos::ScalarTraits<double>::zero() |
||
| ) | [inline, static] |
Replace each element of the vectors in mv with alpha.
Definition at line 373 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvNorm | ( | const _MV & | mv, |
| std::vector< Teuchos::ScalarTraits< double >::magnitudeType > & | normvec | ||
| ) | [inline, static] |
Compute the 2-norm of each individual vector of mv.
Definition at line 332 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::resize(), and Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvPrint | ( | const _MV & | mv, |
| std::ostream & | os | ||
| ) | [inline, static] |
Print the mv multi-vector to the os output stream.
Definition at line 385 of file TSFAnasaziAdapter.hpp.
Replace the vectors in mv with random vectors.
Definition at line 366 of file TSFAnasaziAdapter.hpp.
References TSFExtended::randomize(), and Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvScale | ( | _MV & | mv, |
| const double | alpha | ||
| ) | [inline, static] |
Scale each element of the vectors in *this with alpha.
Definition at line 312 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvScale | ( | _MV & | mv, |
| const std::vector< double > & | alpha | ||
| ) | [inline, static] |
Scale each element of the i-th vector in *this with alpha[i].
Definition at line 320 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvTimesMatAddMv | ( | const double | alpha, |
| const _MV & | A, | ||
| const Teuchos::SerialDenseMatrix< int, double > & | B, | ||
| const double | beta, | ||
| _MV & | mv | ||
| ) | [inline, static] |
Update mv with
.
Definition at line 220 of file TSFAnasaziAdapter.hpp.
References TSFExtended::Vector< Scalar >::setToConstant(), and Anasazi::SimpleMV::size().
| static void Anasazi::MultiVecTraits< double, SimpleMV >::MvTransMv | ( | const double | alpha, |
| const _MV & | A, | ||
| const _MV & | mv, | ||
| Teuchos::SerialDenseMatrix< int, double > & | B | ||
| ) | [inline, static] |
Compute a dense matrix B through the matrix-matrix multiply
.
Definition at line 280 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static double Anasazi::MultiVecTraits< double, SimpleMV >::one | ( | ) | [inline, static] |
Definition at line 83 of file TSFAnasaziAdapter.hpp.
| static void Anasazi::MultiVecTraits< double, SimpleMV >::SetBlock | ( | const _MV & | A, |
| const std::vector< int > & | index, | ||
| _MV & | mv | ||
| ) | [inline, static] |
Copy the vectors in A to a set of vectors in mv indicated by the indices given in index.
Definition at line 352 of file TSFAnasaziAdapter.hpp.
References Anasazi::SimpleMV::size().
| static double Anasazi::MultiVecTraits< double, SimpleMV >::zero | ( | ) | [inline, static] |
Definition at line 84 of file TSFAnasaziAdapter.hpp.