MOOCHO (Single Doxygen Collection)
Version of the Day
|
Typedefs | |
typedef FortranTypes::f_int | f_int |
typedef FortranTypes::f_real | f_real |
typedef FortranTypes::f_dbl_prec | f_dbl_prec |
typedef FortranTypes::f_logical | f_logical |
typedef FortranTypes::f_char | f_char |
typedef FortranTypes::f_int LAPACK_C_Decl::f_int |
Definition at line 51 of file DenseLinAlgPack_LAPACK_C_Decl.hpp.
typedef FortranTypes::f_real LAPACK_C_Decl::f_real |
Definition at line 52 of file DenseLinAlgPack_LAPACK_C_Decl.hpp.
typedef FortranTypes::f_dbl_prec LAPACK_C_Decl::f_dbl_prec |
Definition at line 53 of file DenseLinAlgPack_LAPACK_C_Decl.hpp.
typedef FortranTypes::f_logical LAPACK_C_Decl::f_logical |
Definition at line 54 of file DenseLinAlgPack_LAPACK_C_Decl.hpp.
typedef FortranTypes::f_char LAPACK_C_Decl::f_char |
Definition at line 55 of file DenseLinAlgPack_LAPACK_C_Decl.hpp.
void LAPACK_C_Decl::dpotrf | ( | const f_char & | UPLO, |
const f_int & | N, | ||
f_dbl_prec * | A, | ||
const f_int & | LDA, | ||
f_int * | INFO | ||
) |
Definition at line 52 of file DenseLinAlgPack_LAPACK_C_Decl.cpp.
void LAPACK_C_Decl::dgeqrf | ( | 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_C_Decl::dormqr | ( | const f_char & | SIDE, |
const f_char & | 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 | ||
) |
Definition at line 90 of file DenseLinAlgPack_LAPACK_C_Decl.cpp.
void LAPACK_C_Decl::dsytrf | ( | const f_char & | 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 | ||
) |
Definition at line 111 of file DenseLinAlgPack_LAPACK_C_Decl.cpp.
void LAPACK_C_Decl::dsytrs | ( | const f_char & | 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 | ||
) |
Definition at line 131 of file DenseLinAlgPack_LAPACK_C_Decl.cpp.
void LAPACK_C_Decl::dgetrf | ( | const f_int & | M, |
const f_int & | N, | ||
f_dbl_prec | A[], | ||
const f_int & | LDA, | ||
f_int | IPIV[], | ||
f_int * | INFO | ||
) |
void LAPACK_C_Decl::dgetrs | ( | const f_char & | 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 | ||
) |
Definition at line 171 of file DenseLinAlgPack_LAPACK_C_Decl.cpp.