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

Go to the source code of this file.

Namespaces

 LAPACK_Cpp
 

Typedefs

typedef FortranTypes::f_int LAPACK_Cpp::f_int
 
typedef FortranTypes::f_real LAPACK_Cpp::f_real
 
typedef FortranTypes::f_dbl_prec LAPACK_Cpp::f_dbl_prec
 
typedef FortranTypes::f_logical LAPACK_Cpp::f_logical
 

Functions

void LAPACK_Cpp::potrf (BLAS_Cpp::Uplo uplo, const f_int &n, f_dbl_prec *A, const f_int &lda, f_int *info)
 
void LAPACK_Cpp::geqrf (const f_int &m, const f_int &n, f_dbl_prec *A, const f_int &lda, f_dbl_prec *tau, f_dbl_prec *work, const f_int &lwork, f_int *info)
 
void LAPACK_Cpp::ormqr (BLAS_Cpp::Side side, BLAS_Cpp::Transp trans, const f_int &m, const f_int &n, const f_int &k, const f_dbl_prec *A, const f_int &lda, const f_dbl_prec *tau, f_dbl_prec *C, const f_int &ldc, f_dbl_prec *work, const f_int &lwork, f_int *info)
 
void LAPACK_Cpp::sytrf (BLAS_Cpp::Uplo uplo, const f_int &n, f_dbl_prec A[], const f_int &lda, f_int ipiv[], f_dbl_prec work[], const f_int &lwork, f_int *info)
 
void LAPACK_Cpp::sytrs (BLAS_Cpp::Uplo uplo, const f_int &n, const f_int &nrhs, const f_dbl_prec A[], const f_int &lda, const f_int ipiv[], f_dbl_prec B[], const f_int &ldb, f_int *info)
 
void LAPACK_Cpp::getrf (const f_int &m, const f_int &n, f_dbl_prec A[], const f_int &lda, f_int ipiv[], f_int *info)
 
void LAPACK_Cpp::getrs (BLAS_Cpp::Transp trans, const f_int &n, const f_int &nrhs, const f_dbl_prec A[], const f_int &lda, const f_int ipiv[], f_dbl_prec B[], const f_int &ldb, f_int *info)