/home/coin/svn-release/Smi-0.93.4/Clp/src/CoinAbcCommonFactorization.hpp File Reference
#include "CoinAbcCommon.hpp"
#include "CoinAbcDenseFactorization.hpp"
Go to the source code of this file.
Classes |
| struct | CoinAbcStatistics |
| struct | CoinAbcStack |
Defines |
| #define | INITIAL_AVERAGE 1.0 |
| #define | INITIAL_AVERAGE2 1.0 |
| #define | AVERAGE_SCALE_BACK 0.8 |
| #define | setStatistics(x) |
| #define | factorizationStatistics() (true) |
| #define | FACTORIZATION_STATISTICS 0 |
| #define | twiddleFactor1S() (1.0) |
| #define | twiddleFactor2S() (1.0) |
| #define | twiddleFtranFactor1() (1.0) |
| #define | twiddleFtranFTFactor1() (1.0) |
| #define | twiddleBtranFactor1() (1.0) |
| #define | twiddleFtranFactor2() (1.0) |
| #define | twiddleFtranFTFactor2() (1.0) |
| #define | twiddleBtranFactor2() (1.0) |
| #define | twiddleBtranFullFactor1() (1.0) |
| #define | ABC_FAC_GOT_LCOPY 4 |
| #define | ABC_FAC_GOT_RCOPY 8 |
| #define | ABC_FAC_GOT_UCOPY 16 |
| #define | ABC_FAC_GOT_SPARSE 32 |
| #define | SWAP_FACTOR 2 |
| #define | BLOCKING8 8 |
| #define | BLOCKING8X8 BLOCKING8*BLOCKING8 |
Functions |
| 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) |
Define Documentation
| #define INITIAL_AVERAGE 1.0 |
| #define INITIAL_AVERAGE2 1.0 |
| #define AVERAGE_SCALE_BACK 0.8 |
| #define setStatistics |
( |
x |
|
) |
|
| #define factorizationStatistics |
( |
|
) |
(true) |
| #define FACTORIZATION_STATISTICS 0 |
| #define twiddleFactor1S |
( |
|
) |
(1.0) |
| #define twiddleFactor2S |
( |
|
) |
(1.0) |
| #define twiddleFtranFactor1 |
( |
|
) |
(1.0) |
| #define twiddleFtranFTFactor1 |
( |
|
) |
(1.0) |
| #define twiddleBtranFactor1 |
( |
|
) |
(1.0) |
| #define twiddleFtranFactor2 |
( |
|
) |
(1.0) |
| #define twiddleFtranFTFactor2 |
( |
|
) |
(1.0) |
| #define twiddleBtranFactor2 |
( |
|
) |
(1.0) |
| #define twiddleBtranFullFactor1 |
( |
|
) |
(1.0) |
| #define ABC_FAC_GOT_LCOPY 4 |
| #define ABC_FAC_GOT_RCOPY 8 |
| #define ABC_FAC_GOT_UCOPY 16 |
| #define ABC_FAC_GOT_SPARSE 32 |
| #define BLOCKING8X8 BLOCKING8*BLOCKING8 |
Function Documentation
| 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 | |
|
) |
| | |