#include <stdlib.h>#include <limits.h>#include <float.h>Go to the source code of this file.
Defines | |
| #define | ANNOTATE NONE |
| #define | ARRAY_OFFSET 0 |
| #define | CONDITION 1 |
| #define | DEBUG 1 |
| #define | DEFAULT_PARTITION spAUTO_PARTITION |
| #define | DEFAULT_THRESHOLD 1.0e-3 |
| #define | DELETE 1 |
| #define | DETERMINANT 1 |
| #define | DIAG_PIVOTING_AS_DEFAULT 1 |
| #define | DIAGONAL_PIVOTING 1 |
| #define | DOCUMENTATION 1 |
| #define | ELEMENTS_PER_ALLOCATION 31 |
| #define | EXPANDABLE 1 |
| #define | EXPANSION_FACTOR 1.5 |
| #define | FORTRAN 0 |
| #define | FULL 2 |
| #define | INITIALIZE 0 |
| #define | MAX_MARKOWITZ_TIES 100 |
| #define | MINIMUM_ALLOCATED_SIZE 6 |
| #define | MODIFIED_MARKOWITZ 0 |
| #define | MODIFIED_NODAL 1 |
| #define | MULTIPLICATION 1 |
| #define | NONE 0 |
| #define | ON_STRANGE_BEHAVIOR 1 |
| #define | PRINTER_WIDTH 80 |
| #define | PSEUDOCONDITION 1 |
| #define | QUAD_ELEMENT 1 |
| #define | REAL 1 |
| #define | SCALING 1 |
| #define | SPACE_FOR_ELEMENTS 6 |
| #define | SPACE_FOR_FILL_INS 4 |
| #define | spCOMPLEX 0 |
| #define | spSEPARATED_COMPLEX_VECTORS 0 |
| #define | STABILITY 1 |
| #define | STRIP 1 |
| #define | TIES_MULTIPLIER 5 |
| #define | TRANSLATE 0 |
| #define | TRANSPOSE 1 |
| #define ANNOTATE NONE |
Definition at line 391 of file spconfig.h.
| #define ARRAY_OFFSET 0 |
Definition at line 245 of file spconfig.h.
| #define CONDITION 1 |
Definition at line 257 of file spconfig.h.
| #define DEBUG 1 |
Definition at line 260 of file spconfig.h.
| #define DEFAULT_PARTITION spAUTO_PARTITION |
Definition at line 368 of file spconfig.h.
Referenced by spPartition().
| #define DEFAULT_THRESHOLD 1.0e-3 |
Definition at line 359 of file spconfig.h.
Referenced by spCreate().
| #define DELETE 1 |
Definition at line 247 of file spconfig.h.
| #define DETERMINANT 1 |
Definition at line 255 of file spconfig.h.
| #define DIAG_PIVOTING_AS_DEFAULT 1 |
Definition at line 360 of file spconfig.h.
Referenced by spFactor().
| #define DIAGONAL_PIVOTING 1 |
Definition at line 244 of file spconfig.h.
| #define DOCUMENTATION 1 |
Definition at line 253 of file spconfig.h.
| #define ELEMENTS_PER_ALLOCATION 31 |
Definition at line 363 of file spconfig.h.
Referenced by AllocateBlockOfAllocationList(), spcGetElement(), and spcGetFillin().
| #define EXPANDABLE 1 |
Definition at line 241 of file spconfig.h.
| #define EXPANSION_FACTOR 1.5 |
Definition at line 365 of file spconfig.h.
Referenced by EnlargeMatrix().
| #define FORTRAN 0 |
Definition at line 259 of file spconfig.h.
| #define FULL 2 |
Definition at line 394 of file spconfig.h.
| #define INITIALIZE 0 |
Definition at line 243 of file spconfig.h.
| #define MAX_MARKOWITZ_TIES 100 |
Definition at line 366 of file spconfig.h.
| #define MINIMUM_ALLOCATED_SIZE 6 |
Definition at line 364 of file spconfig.h.
Referenced by spCreate().
| #define MODIFIED_MARKOWITZ 0 |
Definition at line 246 of file spconfig.h.
| #define MODIFIED_NODAL 1 |
Definition at line 249 of file spconfig.h.
| #define MULTIPLICATION 1 |
Definition at line 254 of file spconfig.h.
| #define NONE 0 |
Definition at line 392 of file spconfig.h.
| #define ON_STRANGE_BEHAVIOR 1 |
Definition at line 393 of file spconfig.h.
| #define PRINTER_WIDTH 80 |
Definition at line 379 of file spconfig.h.
Referenced by spPrint().
| #define PSEUDOCONDITION 1 |
Definition at line 258 of file spconfig.h.
| #define QUAD_ELEMENT 1 |
Definition at line 250 of file spconfig.h.
| #define REAL 1 |
Definition at line 240 of file spconfig.h.
Referenced by ILAENV().
| #define SCALING 1 |
Definition at line 252 of file spconfig.h.
| #define SPACE_FOR_ELEMENTS 6 |
Definition at line 361 of file spconfig.h.
Referenced by spCreate().
| #define SPACE_FOR_FILL_INS 4 |
Definition at line 362 of file spconfig.h.
Referenced by spCreate().
| #define spCOMPLEX 0 |
Definition at line 268 of file spconfig.h.
Referenced by main().
| #define spSEPARATED_COMPLEX_VECTORS 0 |
Definition at line 269 of file spconfig.h.
| #define STABILITY 1 |
Definition at line 256 of file spconfig.h.
| #define STRIP 1 |
Definition at line 248 of file spconfig.h.
| #define TIES_MULTIPLIER 5 |
Definition at line 367 of file spconfig.h.
Referenced by SearchDiagonal(), and SearchEntireMatrix().
| #define TRANSLATE 0 |
Definition at line 242 of file spconfig.h.
| #define TRANSPOSE 1 |
Definition at line 251 of file spconfig.h.
1.6.2