40 #ifndef TPETRA_CRSMATRIXMULTIPLYOP_FWD_HPP 41 #define TPETRA_CRSMATRIXMULTIPLYOP_FWD_HPP 43 #include "Tpetra_Details_DefaultTypes.hpp" 48 #ifndef DOXYGEN_SHOULD_SKIP_THIS 50 template<
class Scalar,
51 class MatScalar = Scalar,
53 class GlobalOrdinal = ::Tpetra::Details::DefaultTypes::global_ordinal_type,
54 class Node = ::Tpetra::Details::DefaultTypes::node_type>
55 class CrsMatrixMultiplyOp;
57 #endif // DOXYGEN_SHOULD_SKIP_THIS 59 #endif // TPETRA_CRSMATRIXMULTIPLYOP_FWD_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
int local_ordinal_type
Default value of Scalar template parameter.