SuperLU
5.2.0
|
enum constants header file More...
Go to the source code of this file.
Enumerations | |
enum | yes_no_t { NO, YES } |
enum | fact_t { DOFACT, SamePattern, SamePattern_SameRowPerm, FACTORED } |
enum | rowperm_t { NOROWPERM, LargeDiag, MY_PERMR } |
enum | colperm_t { NATURAL, MMD_ATA, MMD_AT_PLUS_A, COLAMD, METIS_AT_PLUS_A, PARMETIS, ZOLTAN, MY_PERMC } |
enum | trans_t { NOTRANS, TRANS, CONJ } |
enum | DiagScale_t { NOEQUIL, ROW, COL, BOTH } |
enum | IterRefine_t { NOREFINE, SLU_SINGLE =1, SLU_DOUBLE, SLU_EXTRA } |
enum | MemType { LUSUP, UCOL, LSUB, USUB, LLVL, ULVL } |
enum | stack_end_t { HEAD, TAIL } |
enum | LU_space_t { SYSTEM, USER } |
enum | norm_t { ONE_NORM, TWO_NORM, INF_NORM } |
enum | milu_t { SILU, SMILU_1, SMILU_2, SMILU_3 } |
enum | PhaseType { COLPERM, ROWPERM, RELAX, ETREE, EQUIL, SYMBFAC, DIST, FACT, COMM, SOL_COMM, RCOND, SOLVE, REFINE, TRSV, GEMV, FERR, NPHASES } |
Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)
All rights reserved.
The source code is distributed under BSD license, see the file License.txt at the top-level directory.
– SuperLU routine (version 4.1) – Lawrence Berkeley National Lab, Univ. of California Berkeley, October 1, 2010
enum colperm_t |
enum DiagScale_t |
enum fact_t |
enum IterRefine_t |
enum LU_space_t |
enum MemType |
enum milu_t |
enum norm_t |
enum PhaseType |
enum rowperm_t |
enum stack_end_t |
enum trans_t |
enum yes_no_t |