#include "RTOpPack_Types.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_as.hpp"
Go to the source code of this file.
|
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.
|
|
template<class Scalar > |
void | RTOpPack::getrs (const ConstSubMultiVectorView< Scalar > &A, const ArrayView< const int > &ipiv, const ETransp transp, const Ptr< const SubMultiVectorView< Scalar > > &BX) |
|