10#ifndef TPETRA_LOCALCRSMATRIXOPERATOR_FWD_HPP
11#define TPETRA_LOCALCRSMATRIXOPERATOR_FWD_HPP
13#include "Tpetra_Details_DefaultTypes.hpp"
18#ifndef DOXYGEN_SHOULD_SKIP_THIS
20template <
class MultiVectorScalar = ::Tpetra::Details::DefaultTypes::scalar_type,
21 class MatrixScalar = ::Tpetra::Details::DefaultTypes::scalar_type,
22 class Device = ::Tpetra::Details::DefaultTypes::node_type::device_type>
23class LocalCrsMatrixOperator;
Namespace Tpetra contains the class and methods constituting the Tpetra library.