#include <MueLu_Utilities_decl.hpp>
|
| typedef double | SC |
| |
| typedef int | LO |
| |
| typedef int | GO |
| |
| typedef KokkosClassic::DefaultNode::DefaultNodeType | NO |
| |
| typedef Xpetra::Map< int, int, NO > | Map |
| |
| typedef Xpetra::Matrix< double, int, int, NO > | Matrix |
| |
| typedef Xpetra::MultiVector< double, int, int, NO > | MultiVector |
| |
template<>
class MueLu::Utils2< double, int, int >
Definition at line 483 of file MueLu_Utilities_decl.hpp.
| typedef KokkosClassic::DefaultNode::DefaultNodeType MueLu::Utils2< double, int, int >::NO |
|
private |
| RCP< Xpetra::Matrix< double, int, int > > MueLu::Utils2< double, int, int >::Transpose |
( |
Matrix & |
Op, |
|
|
bool |
optimizeTranspose = false, |
|
|
const std::string & |
label = std::string() |
|
) |
| |
|
static |
| void MueLu::Utils2< double, int, int >::MyOldScaleMatrix_Epetra |
( |
Matrix & |
Op, |
|
|
const Teuchos::ArrayRCP< SC > & |
scalingVector, |
|
|
bool |
doFillComplete, |
|
|
bool |
doOptimizeStorage |
|
) |
| |
|
static |
| RCP< Xpetra::MultiVector< double, int, int > > MueLu::Utils2< double, int, int >::ReadMultiVector |
( |
const std::string & |
fileName, |
|
|
const RCP< const Map > & |
map |
|
) |
| |
|
static |
| RCP< const Xpetra::Map< int, int > > MueLu::Utils2< double, int, int >::ReadMap |
( |
const std::string & |
fileName, |
|
|
Xpetra::UnderlyingLib |
lib, |
|
|
const RCP< const Teuchos::Comm< int > > & |
comm |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: