|
Tpetra parallel linear algebra
Version of the Day
|
Definition of the Tpetra::MultiVector class. More...
#include "Tpetra_Util.hpp"#include "Tpetra_Vector.hpp"#include "Tpetra_Details_gathervPrint.hpp"#include "Tpetra_Details_isInterComm.hpp"#include "Tpetra_Details_Profiling.hpp"#include "Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels.hpp"#include "KokkosCompat_View.hpp"#include "Kokkos_MV_GEMM.hpp"#include "Kokkos_Blas1_MV.hpp"#include "Kokkos_Blas1.hpp"#include "Kokkos_Random.hpp"Go to the source code of this file.
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Enumerations | |
| enum | Tpetra::@157::EWhichNormImpl |
| Input argument for localNormImpl() (which see). More... | |
Functions | |
| template<class ST , class LO , class GO , class NT , const bool classic = NT::classic> | |
| MultiVector< ST, LO, GO, NT, classic > | Tpetra::createCopy (const MultiVector< ST, LO, GO, NT, classic > &src) |
| Return a deep copy of the given MultiVector. More... | |
Definition of the Tpetra::MultiVector class.
If you want to use Tpetra::MultiVector, include "Tpetra_MultiVector.hpp" (a file which CMake generates and installs for you). If you only want the declaration of Tpetra::MultiVector, include "Tpetra_MultiVector_decl.hpp".
Definition in file Tpetra_MultiVector_def.hpp.
| enum Tpetra::@157::EWhichNormImpl |
Input argument for localNormImpl() (which see).
Definition at line 2131 of file Tpetra_MultiVector_def.hpp.
1.8.13