Tpetra parallel linear algebra  Version of the Day
Namespaces | Enumerations | Functions
Tpetra_MultiVector_def.hpp File Reference

Definition of the Tpetra::MultiVector class. More...

#include "Tpetra_Util.hpp"
#include "Tpetra_Vector.hpp"
#include "Tpetra_Details_MultiVectorDistObjectKernels.hpp"
#include "Tpetra_Details_gathervPrint.hpp"
#include "Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels.hpp"
#include "KokkosCompat_View.hpp"
#include "Kokkos_MV_GEMM.hpp"
#include "Kokkos_Blas1_MV.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::@120::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...
 

Detailed Description

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.

Enumeration Type Documentation

◆ EWhichNormImpl

enum Tpetra::@120::EWhichNormImpl

Input argument for localNormImpl() (which see).

Definition at line 1979 of file Tpetra_MultiVector_def.hpp.