|
| static RCP< const Epetra_CrsMatrix > | Op2EpetraCrs (RCP< Matrix > Op) |
| |
| static RCP< Epetra_CrsMatrix > | Op2NonConstEpetraCrs (RCP< Matrix > Op) |
| |
| static const Epetra_CrsMatrix & | Op2EpetraCrs (const Matrix &Op) |
| |
| static Epetra_CrsMatrix & | Op2NonConstEpetraCrs (const Matrix &Op) |
| |
| static RCP< const Tpetra::CrsMatrix< SC, LO, GO, NO > > | Op2TpetraCrs (RCP< Matrix > Op) |
| |
| static RCP< Tpetra::CrsMatrix< SC, LO, GO, NO > > | Op2NonConstTpetraCrs (RCP< Matrix > Op) |
| |
| static const Tpetra::CrsMatrix< SC, LO, GO, NO > & | Op2TpetraCrs (const Matrix &Op) |
| |
| static Tpetra::CrsMatrix< SC, LO, GO, NO > & | Op2NonConstTpetraCrs (const Matrix &Op) |
| |
template<class Scalar, class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
class Xpetra::Helpers< Scalar, LocalOrdinal, GlobalOrdinal, Node >
@class Helpers
@brief Xpetra utility class containing transformation routines between Xpetra::Matrix and Epetra/Tpetra objects
Note: this class is not in the Xpetra_UseShortNames.hpp
Definition at line 92 of file Xpetra_MatrixMatrix.hpp.