Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
Tpetra::LocalCrsMatrixOperator< MultiVectorScalar, MatrixScalar, Device > Class Template Referenceabstract

Abstract interface for local operators (e.g., matrices and preconditioners). More...

#include <Tpetra_LocalCrsMatrixOperator_decl.hpp>

Inheritance diagram for Tpetra::LocalCrsMatrixOperator< MultiVectorScalar, MatrixScalar, Device >:
Inheritance graph
[legend]

Detailed Description

template<class MultiVectorScalar, class MatrixScalar, class Device>
class Tpetra::LocalCrsMatrixOperator< MultiVectorScalar, MatrixScalar, Device >

Abstract interface for local operators (e.g., matrices and preconditioners).

Template Parameters
MultiVectorScalarThe type of the entries of the input and output (multi)vectors.
MatrixScalarThe type of the entries of the sparse matrix.
DeviceThe Kokkos Device type; must be a specialization of Kokkos::Device.

Definition at line 60 of file Tpetra_LocalCrsMatrixOperator_decl.hpp.


The documentation for this class was generated from the following files: