42 #ifndef TPETRA_OPERATOR_FWD_HPP 43 #define TPETRA_OPERATOR_FWD_HPP 45 #include "Tpetra_Details_DefaultTypes.hpp" 60 #ifndef DOXYGEN_SHOULD_SKIP_THIS 62 template <
class SC,
class LO,
class GO,
class N>
class Operator;
63 #endif // DOXYGEN_SHOULD_SKIP_THIS 68 template<
class Scalar = ::Tpetra::Details::DefaultTypes::scalar_type,
70 class GlobalOrdinal = ::Tpetra::Details::DefaultTypes::global_ordinal_type,
76 #endif // TPETRA_OPERATOR_FWD_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
int local_ordinal_type
Default value of Scalar template parameter.
Classes::Operator< Scalar, LocalOrdinal, GlobalOrdinal, Node > Operator
Alias for Tpetra::Classes::Operator.
::Kokkos::Compat::KokkosDeviceWrapperNode< execution_space > node_type
Default value of Node template parameter.
Abstract interface for operators (e.g., matrices and preconditioners).