Go to the source code of this file.
|
| void | CoinAbcDgetrs (char trans, int m, double *a, double *work) |
| int | CoinAbcDgetrf (int m, int n, double *a, int lda, int *ipiv) |
| void | CoinAbcDgetrs (char trans, int m, long double *a, long double *work) |
| int | CoinAbcDgetrf (int m, int n, long double *a, int lda, int *ipiv) |
◆ INITIAL_AVERAGE
| #define INITIAL_AVERAGE 1.0 |
◆ INITIAL_AVERAGE2
| #define INITIAL_AVERAGE2 1.0 |
◆ AVERAGE_SCALE_BACK
| #define AVERAGE_SCALE_BACK 0.8 |
◆ setStatistics
| #define setStatistics |
( |
| x | ) |
|
◆ factorizationStatistics
| #define factorizationStatistics |
( |
| ) |
|
◆ FACTORIZATION_STATISTICS
| #define FACTORIZATION_STATISTICS 0 |
◆ twiddleFactor1S
| #define twiddleFactor1S |
( |
| ) |
|
◆ twiddleFactor2S
| #define twiddleFactor2S |
( |
| ) |
|
◆ twiddleFtranFactor1
| #define twiddleFtranFactor1 |
( |
| ) |
|
◆ twiddleFtranFTFactor1
| #define twiddleFtranFTFactor1 |
( |
| ) |
|
◆ twiddleBtranFactor1
| #define twiddleBtranFactor1 |
( |
| ) |
|
◆ twiddleFtranFactor2
| #define twiddleFtranFactor2 |
( |
| ) |
|
◆ twiddleFtranFTFactor2
| #define twiddleFtranFTFactor2 |
( |
| ) |
|
◆ twiddleBtranFactor2
| #define twiddleBtranFactor2 |
( |
| ) |
|
◆ twiddleBtranFullFactor1
| #define twiddleBtranFullFactor1 |
( |
| ) |
|
◆ ABC_FAC_GOT_LCOPY
| #define ABC_FAC_GOT_LCOPY 4 |
◆ ABC_FAC_GOT_RCOPY
| #define ABC_FAC_GOT_RCOPY 8 |
◆ ABC_FAC_GOT_UCOPY
| #define ABC_FAC_GOT_UCOPY 16 |
◆ ABC_FAC_GOT_SPARSE
| #define ABC_FAC_GOT_SPARSE 32 |
◆ SWAP_FACTOR
◆ BLOCKING8
◆ BLOCKING8X8
◆ CoinAbcDgetrs() [1/2]
| void CoinAbcDgetrs |
( |
char | trans, |
|
|
int | m, |
|
|
double * | a, |
|
|
double * | work ) |
◆ CoinAbcDgetrf() [1/2]
| int CoinAbcDgetrf |
( |
int | m, |
|
|
int | n, |
|
|
double * | a, |
|
|
int | lda, |
|
|
int * | ipiv ) |
◆ CoinAbcDgetrs() [2/2]
| void CoinAbcDgetrs |
( |
char | trans, |
|
|
int | m, |
|
|
long double * | a, |
|
|
long double * | work ) |
◆ CoinAbcDgetrf() [2/2]
| int CoinAbcDgetrf |
( |
int | m, |
|
|
int | n, |
|
|
long double * | a, |
|
|
int | lda, |
|
|
int * | ipiv ) |