MueLu  Version of the Day
MueLu_QR_InterfaceEx_def.hpp File Reference

Go to the source code of this file.

Namespaces

 MueLu
 Namespace for MueLu classes and methods.
 

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...