Go to the source code of this file.
|
static Int | analyze_worker (Int n, Int Ap[], Int Ai[], Int nblocks, Int Pbtf[], Int Qbtf[], Int R[], Int ordering, Int P[], Int Q[], double Lnz[], Int Pblk[], Int Cp[], Int Ci[], Int Cilen, Int Pinv[], KLU_symbolic *Symbolic, KLU_common *Common) |
|
static KLU_symbolic * | order_and_analyze (Int n, Int Ap[], Int Ai[], KLU_common *Common) |
|
KLU_symbolic * | KLU_analyze (Int n, Int Ap[], Int Ai[], KLU_common *Common) |
|
static Int analyze_worker |
( |
Int |
n, |
|
|
Int |
Ap[], |
|
|
Int |
Ai[], |
|
|
Int |
nblocks, |
|
|
Int |
Pbtf[], |
|
|
Int |
Qbtf[], |
|
|
Int |
R[], |
|
|
Int |
ordering, |
|
|
Int |
P[], |
|
|
Int |
Q[], |
|
|
double |
Lnz[], |
|
|
Int |
Pblk[], |
|
|
Int |
Cp[], |
|
|
Int |
Ci[], |
|
|
Int |
Cilen, |
|
|
Int |
Pinv[], |
|
|
KLU_symbolic * |
Symbolic, |
|
|
KLU_common * |
Common |
|
) |
| |
|
static |