MueLu  Version of the Day
MueLu_QR_InterfaceEx_decl.hpp File Reference
#include <Teuchos_LAPACK.hpp>
#include <Teuchos_ArrayRCP.hpp>
#include "MueLu_ConfigDefs.hpp"

Go to the source code of this file.

Classes

class  MueLu::QR_InterfaceEx< Scalar, LocalOrdinal >
 Interface to the Teuchos wrappers for LAPACK's QR. More...
 

Namespaces

 MueLu
 Namespace for MueLu classes and methods.
 

Macros

#define MUELU_QR_INTERFACEEX_SHORT
 

Functions

template<class Scalar , class LocalOrdinal >
void MueLu::LapackQR (Teuchos::LAPACK< LocalOrdinal, Scalar > &lapack, LocalOrdinal myAggSize, int intFineNSDim, ArrayRCP< Scalar > &localQR, ArrayRCP< Scalar > &tau, ArrayRCP< Scalar > &work, LocalOrdinal &workSize, LocalOrdinal &info)
 Non-member templated function to handle extracting Q from QR factorization. More...
 
template<class LocalOrdinal >
void MueLu::LapackQR (Teuchos::LAPACK< LocalOrdinal, std::complex< double > > &lapack, LocalOrdinal myAggSize, int intFineNSDim, ArrayRCP< std::complex< double > > &localQR, ArrayRCP< std::complex< double > > &tau, ArrayRCP< std::complex< double > > &work, LocalOrdinal &workSize, LocalOrdinal &info)
 Non-member specialized function to handle extracting Q from QR factorization for Scalar==std::complex<double> More...
 

Macro Definition Documentation

#define MUELU_QR_INTERFACEEX_SHORT

Definition at line 92 of file MueLu_QR_InterfaceEx_decl.hpp.