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

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

#include <Tpetra_LocalOperator.hpp>

Inheritance diagram for Tpetra::LocalOperator< Scalar, Device >:
Inheritance graph
[legend]

Detailed Description

template<class Scalar, class Device>
class Tpetra::LocalOperator< Scalar, Device >

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

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

Definition at line 59 of file Tpetra_LocalOperator.hpp.


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