RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions | Variables
RTOpPack_LapackWrappers.hpp File Reference
#include "RTOpPack_Types.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_as.hpp"
Include dependency graph for RTOpPack_LapackWrappers.hpp:
This graph shows which files directly or indirectly include this file:

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')