Tpetra parallel linear algebra  Version of the Day
Classes | Namespaces
Tpetra_Experimental_BlockView.hpp File Reference

Declaration and definition of LittleBlock and LittleVector. More...

#include "Tpetra_ConfigDefs.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Kokkos_ArithTraits.hpp"
#include "Kokkos_Complex.hpp"

Go to the source code of this file.

Classes

struct  Tpetra::Details::GetLapackType< Scalar >
 Return the Teuchos::LAPACK specialization corresponding to the given Scalar type. More...
 
class  Tpetra::Experimental::LittleBlock< Scalar, LO >
 Nonowning view of a square dense block in a block matrix. More...
 
class  Tpetra::Experimental::LittleVector< Scalar, LO >
 Nonowning view of a set of degrees of freedom corresponding to a mesh point in a block vector or multivector. More...
 

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 
 Tpetra::Details
 Namespace for Tpetra implementation details.
 
 Tpetra::Experimental
 Namespace for new Tpetra features that are not ready for public release, but are ready for evaluation by friendly expert users.
 

Detailed Description

Declaration and definition of LittleBlock and LittleVector.

Definition in file Tpetra_Experimental_BlockView.hpp.