|
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_Behavior.hpp"#include "Tpetra_Details_castAwayConstDualView.hpp"#include "Tpetra_Details_fill.hpp"#include "Tpetra_Details_gathervPrint.hpp"#include "Tpetra_Details_isInterComm.hpp"#include "Tpetra_Details_lclDot.hpp"#include "Tpetra_Details_Profiling.hpp"#include "Tpetra_Details_reallocDualViewIfNeeded.hpp"#include "Tpetra_Details_PackTraits.hpp"#include "Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels.hpp"#include "KokkosCompat_View.hpp"#include "KokkosBlas.hpp"#include "KokkosKernels_Utils.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. | |
| Tpetra::Classes | |
| Implementation detail of Tpetra, to aid in deprecating template parameters. | |
Enumerations | |
| enum | Tpetra::Classes::@199::EWhichNormImpl |
| Input argument for localNormImpl() (which see). More... | |
Functions | |
| template<class ST , class LO , class GO , class NT > | |
| MultiVector< ST, LO, GO, NT > | Tpetra::createCopy (const MultiVector< ST, LO, GO, NT > &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::Classes::@199::EWhichNormImpl |
Input argument for localNormImpl() (which see).
Definition at line 2146 of file Tpetra_MultiVector_def.hpp.
1.8.16