Xpetra utility class containing transformation routines between Xpetra::Matrix and Epetra/Tpetra objects.
More...
#include <Xpetra_MatrixMatrix.hpp>
|
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 >
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.
◆ Op2EpetraCrs() [1/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
static RCP<const Epetra_CrsMatrix> Xpetra::Helpers< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Op2EpetraCrs |
( |
RCP< Matrix > |
Op | ) |
|
|
inlinestatic |
◆ Op2NonConstEpetraCrs() [1/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
static RCP<Epetra_CrsMatrix> Xpetra::Helpers< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Op2NonConstEpetraCrs |
( |
RCP< Matrix > |
Op | ) |
|
|
inlinestatic |
◆ Op2EpetraCrs() [2/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
static const Epetra_CrsMatrix& Xpetra::Helpers< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Op2EpetraCrs |
( |
const Matrix & |
Op | ) |
|
|
inlinestatic |
◆ Op2NonConstEpetraCrs() [2/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
static Epetra_CrsMatrix& Xpetra::Helpers< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Op2NonConstEpetraCrs |
( |
const Matrix & |
Op | ) |
|
|
inlinestatic |
◆ Op2TpetraCrs() [1/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
◆ Op2NonConstTpetraCrs() [1/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
static RCP<Tpetra::CrsMatrix<SC,LO,GO,NO> > Xpetra::Helpers< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Op2NonConstTpetraCrs |
( |
RCP< Matrix > |
Op | ) |
|
|
inlinestatic |
◆ Op2TpetraCrs() [2/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
◆ Op2NonConstTpetraCrs() [2/2]
template<class Scalar , class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = KokkosClassic::DefaultNode::DefaultNodeType>
The documentation for this class was generated from the following file: