#include <BelosMultiVecTraits.hpp>
Static Public Member Functions | |
| Teuchos::RefCountPtr< MV > | Clone (const MV &mv, const int numvecs) |
| Teuchos::RefCountPtr< MV > | CloneCopy (const MV &mv) |
| Teuchos::RefCountPtr< MV > | CloneCopy (const MV &mv, const std::vector< int > &index) |
| Teuchos::RefCountPtr< MV > | CloneView (MV &mv, const std::vector< int > &index) |
| Teuchos::RefCountPtr< const MV > | CloneView (const MV &mv, const std::vector< int > &index) |
| int | GetVecLength (const MV &mv) |
| int | GetNumberVecs (const MV &mv) |
| void | MvTimesMatAddMv (const ScalarType alpha, const MV &A, const Teuchos::SerialDenseMatrix< int, ScalarType > &B, const ScalarType beta, MV &mv) |
| void | MvAddMv (const ScalarType alpha, const MV &A, const ScalarType beta, const MV &B, MV &mv) |
| void | MvTransMv (const ScalarType alpha, const MV &A, const MV &mv, Teuchos::SerialDenseMatrix< int, ScalarType > &B) |
| void | MvDot (const MV &mv, const MV &A, std::vector< ScalarType > *b) |
| void | MvNorm (const MV &mv, std::vector< typename Teuchos::ScalarTraits< ScalarType >::magnitudeType > *normvec, NormType type=TwoNorm) |
| void | SetBlock (const MV &A, const std::vector< int > &index, MV &mv) |
| void | MvRandom (MV &mv) |
| void | MvInit (MV &mv, const ScalarType alpha=Teuchos::ScalarTraits< ScalarType >::zero()) |
| void | MvPrint (const MV &mv, ostream &os) |
|
||||||||||||||||
|
Definition at line 50 of file BelosMultiVecTraits.hpp. |
|
||||||||||
|
Definition at line 53 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||
|
Definition at line 56 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||
|
Definition at line 59 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||
|
Definition at line 62 of file BelosMultiVecTraits.hpp. |
|
||||||||||
|
Definition at line 65 of file BelosMultiVecTraits.hpp. |
|
||||||||||
|
Definition at line 68 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 71 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 76 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 79 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||||||
|
Definition at line 82 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||||||
|
Definition at line 85 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||||||
|
Definition at line 88 of file BelosMultiVecTraits.hpp. |
|
||||||||||
|
Definition at line 91 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||
|
Definition at line 94 of file BelosMultiVecTraits.hpp. |
|
||||||||||||||||
|
Definition at line 97 of file BelosMultiVecTraits.hpp. |
1.3.9.1