Tpetra parallel linear algebra
Version of the Day
|
Definition of the Tpetra::Vector class. More...
#include "Tpetra_MultiVector.hpp"
#include "Tpetra_Details_gathervPrint.hpp"
#include "KokkosCompat_View.hpp"
#include "KokkosBlas1_nrm2w_squared.hpp"
#include "Teuchos_CommHelpers.hpp"
Go to the source code of this file.
Namespaces | |
Tpetra | |
Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Macros | |
#define | TPETRA_VECTOR_INSTANT(SCALAR, LO, GO, NODE) |
Explicit instantiation macro for Tpetra::Vector. More... | |
Functions | |
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > | |
Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Tpetra::createCopy (const Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &src) |
Return a deep copy of the given Vector. More... | |
Definition of the Tpetra::Vector class.
If you want to use Tpetra::Vector, include "Tpetra_Vector.hpp" (a file which CMake generates and installs for you). If you only want the declaration of Tpetra::Vector, include "Tpetra_Vector_decl.hpp".
Definition in file Tpetra_Vector_def.hpp.
#define TPETRA_VECTOR_INSTANT | ( | SCALAR, | |
LO, | |||
GO, | |||
NODE | |||
) |
Explicit instantiation macro for Tpetra::Vector.
TPETRA_VECTOR_INSTANT
Definition at line 350 of file Tpetra_Vector_def.hpp.