|
CG
Version 25
|

Macros | |
| #define | GECO EXTERN_C_NAME(sgeco) |
| #define | GESL EXTERN_C_NAME(sgesl) |
| #define | GEEV EXTERN_C_NAME(sgeev) |
| #define | MP MaterialProperties |
Functions | |
| void | GECO (real &b, const int &nbd, int &nb, int &ipvt, real &rcond, real &work) |
| void | SGEDI (real &b, const int &nbd, int &nb, int &ipvt, real &det, real &work, const int &job) |
| void | GESL (real &a, const int &lda, const int &n, const int &ipvt, real &b, const int &job) |
| void | GEEV (char jobvl[], char jobvr[], int &n, real &a, int &lda, real &wr, real &wi, real &vl, int &ldlv, real &vr, int &ldvr, real &work, int &lwork, int &info, const int len_jobvl, const int len_jobvr) |
Variables | |
| MaterialProperties | mp |
| #define GECO EXTERN_C_NAME(sgeco) |
| #define GEEV EXTERN_C_NAME(sgeev) |
Referenced by Reactions::computeEigenvaluesOfTheChemicalSourceJacobian().
| #define GESL EXTERN_C_NAME(sgesl) |
| #define MP MaterialProperties |
| void GECO | ( | real & | b, |
| const int & | nbd, | ||
| int & | nb, | ||
| int & | ipvt, | ||
| real & | rcond, | ||
| real & | work | ||
| ) |
| void GEEV | ( | char | jobvl[], |
| char | jobvr[], | ||
| int & | n, | ||
| real & | a, | ||
| int & | lda, | ||
| real & | wr, | ||
| real & | wi, | ||
| real & | vl, | ||
| int & | ldlv, | ||
| real & | vr, | ||
| int & | ldvr, | ||
| real & | work, | ||
| int & | lwork, | ||
| int & | info, | ||
| const int | len_jobvl, | ||
| const int | len_jobvr | ||
| ) |
| void GESL | ( | real & | a, |
| const int & | lda, | ||
| const int & | n, | ||
| const int & | ipvt, | ||
| real & | b, | ||
| const int & | job | ||
| ) |
| void SGEDI | ( | real & | b, |
| const int & | nbd, | ||
| int & | nb, | ||
| int & | ipvt, | ||
| real & | det, | ||
| real & | work, | ||
| const int & | job | ||
| ) |
1.8.3