RTOp Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Namespaces | |
RTOpPack | |
Enumerations | |
enum | RTOpPack::ETransp { RTOpPack::NOTRANS, RTOpPack::TRANS, RTOpPack::CONJTRANS } |
Functions | |
template<class Scalar > | |
void | RTOpPack::getrf (const SubMultiVectorView< Scalar > &A, const ArrayView< int > &ipiv, const Ptr< int > &rank) |
Peform an in-place factorization of a square or rectangular matrix. More... | |
template<class Scalar > | |
void | RTOpPack::getrs (const ConstSubMultiVectorView< Scalar > &A, const ArrayView< const int > &ipiv, const ETransp transp, const Ptr< const SubMultiVectorView< Scalar > > &BX) |
Variables | |
const int | RTOpPack::NUM_ETRANS_ARGS = 3 |
const Teuchos::Tuple< char, NUM_ETRANS_ARGS > | RTOpPack::transpMap = Teuchos::tuple('N', 'T', 'C') |