#include "spconfig.h"
#include "spdefs.h"
#include "spmatrix.h"
Go to the source code of this file.
◆ spINSIDE_SPARSE
◆ AllocateBlockOfAllocationList()
| static void AllocateBlockOfAllocationList |
( |
MatrixPtr |
Matrix | ) |
|
|
static |
◆ InitializeElementBlocks()
| static void InitializeElementBlocks |
( |
MatrixPtr |
Matrix, |
|
|
int |
InitialNumberOfElements, |
|
|
int |
NumberOfFillinsExpected |
|
) |
| |
|
static |
◆ RecordAllocation()
| 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 |
|
) |
| |
◆ spSetReal()
| void spSetReal |
( |
char * |
eMatrix | ) |
|
◆ spWhereSingular()
| void spWhereSingular |
( |
char * |
eMatrix, |
|
|
int * |
pRow, |
|
|
int * |
pCol |
|
) |
| |