|
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) |
|
static bool | isTpetraCrs (RCP< Matrix > Op) |
|
static bool | isTpetraCrs (const Matrix &Op) |
|
static RCP< const
Tpetra::BlockCrsMatrix< SC, LO,
GO, NO > > | Op2TpetraBlockCrs (RCP< Matrix > Op) |
|
static RCP
< Tpetra::BlockCrsMatrix< SC,
LO, GO, NO > > | Op2NonConstTpetraBlockCrs (RCP< Matrix > Op) |
|
static const
Tpetra::BlockCrsMatrix< SC, LO,
GO, NO > & | Op2TpetraBlockCrs (const Matrix &Op) |
|
static Tpetra::BlockCrsMatrix
< SC, LO, GO, NO > & | Op2NonConstTpetraBlockCrs (const Matrix &Op) |
|
static bool | isTpetraBlockCrs (RCP< Matrix > Op) |
|
static bool | isTpetraBlockCrs (const Matrix &Op) |
|
static Teuchos::RCP< Matrix > | tpetraAdd (const tcrs_matrix_type &A, bool transposeA, const typename tcrs_matrix_type::scalar_type alpha, const tcrs_matrix_type &B, bool transposeB, const typename tcrs_matrix_type::scalar_type beta) |
|
static void | epetraExtMult (const Matrix &A, bool transposeA, const Matrix &B, bool transposeB, Matrix &C, bool fillCompleteResult) |
|
template<class Scalar, class LocalOrdinal = int, class GlobalOrdinal = LocalOrdinal, class Node = Tpetra::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 56 of file Xpetra_Helpers_decl.hpp.