#include "spconfig.h"
#include "spmatrix.h"
#include "spdefs.h"
Go to the source code of this file.
◆ spINSIDE_SPARSE
◆ AllocateBlockOfAllocationList() [1/2]
| static void AllocateBlockOfAllocationList |
( |
| ) |
|
|
static |
◆ AllocateBlockOfAllocationList() [2/2]
◆ InitializeElementBlocks() [1/2]
| static void InitializeElementBlocks |
( |
| ) |
|
|
static |
◆ InitializeElementBlocks() [2/2]
| static void InitializeElementBlocks |
( |
MatrixPtr |
Matrix, |
|
|
int |
InitialNumberOfElements, |
|
|
int |
NumberOfFillinsExpected |
|
) |
| |
|
static |
◆ RecordAllocation() [1/2]
| static void RecordAllocation |
( |
| ) |
|
|
static |
◆ RecordAllocation() [2/2]
| static void RecordAllocation |
( |
MatrixPtr |
Matrix, |
|
|
char * |
AllocatedPtr |
|
) |
| |
|
static |
◆ spcGetElement()
◆ spcGetFillin()
◆ spCreate()
| char* spCreate |
( |
int |
Size, |
|
|
BOOLEAN |
Complex, |
|
|
int * |
pError |
|
) |
| |
◆ spDestroy()
| void spDestroy |
( |
char * |
eMatrix | ) |
|
◆ spElementCount()
| int spElementCount |
( |
char * |
eMatrix | ) |
|
◆ spError()
| int spError |
( |
char * |
eMatrix | ) |
|
◆ spFillinCount()
| int spFillinCount |
( |
char * |
eMatrix | ) |
|
◆ spGetSize()
| int spGetSize |
( |
char * |
eMatrix, |
|
|
BOOLEAN |
External |
|
) |
| |
◆ spSetComplex()
| void spSetComplex |
( |
char * |
eMatrix | ) |
|
◆ spSetReal()
| void spSetReal |
( |
char * |
eMatrix | ) |
|
◆ spWhereSingular()
| void spWhereSingular |
( |
char * |
eMatrix, |
|
|
int * |
pRow, |
|
|
int * |
pCol |
|
) |
| |
◆ copyright
Initial value:=
"Sparse1.3: Copyright (c) 1985,86,87,88 by Kenneth S. Kundert"
Definition at line 53 of file spalloc.c.
◆ RCSid
Initial value:
Definition at line 55 of file spalloc.c.