#include "spconfig.h"
#include "spmatrix.h"
#include "spdefs.h"
Go to the source code of this file.
|
| static void | Translate () |
| |
| static void | EnlargeMatrix () |
| |
| static void | ExpandTranslationArrays () |
| |
| void | spClear (char *eMatrix) |
| |
| RealNumber * | spGetElement (char *eMatrix, int Row, int Col) |
| |
| ElementPtr | spcFindElementInCol (MatrixPtr Matrix, ElementPtr *LastAddr, int Row, int Col, BOOLEAN CreateIfMissing) |
| |
| static void | Translate (MatrixPtr Matrix, int *Row, int *Col) |
| |
| int | spGetAdmittance (char *Matrix, int Node1, int Node2, struct spTemplate *Template) |
| |
| int | spGetQuad (char *Matrix, int Row1, int Row2, int Col1, int Col2, struct spTemplate *Template) |
| |
| int | spGetOnes (char *Matrix, int Pos, int Neg, int Eqn, struct spTemplate *Template) |
| |
| ElementPtr | spcCreateElement (MatrixPtr Matrix, int Row, int Col, ElementPtr *LastAddr, BOOLEAN Fillin) |
| |
| void | spcLinkRows (MatrixPtr Matrix) |
| |
| static void | EnlargeMatrix (MatrixPtr Matrix, int NewSize) |
| |
| static void | ExpandTranslationArrays (MatrixPtr Matrix, int NewSize) |
| |
◆ spINSIDE_SPARSE
◆ EnlargeMatrix() [1/2]
| static void EnlargeMatrix |
( |
| ) |
|
|
static |
◆ EnlargeMatrix() [2/2]
◆ ExpandTranslationArrays() [1/2]
| static void ExpandTranslationArrays |
( |
| ) |
|
|
static |
◆ ExpandTranslationArrays() [2/2]
| static void ExpandTranslationArrays |
( |
MatrixPtr |
Matrix, |
|
|
int |
NewSize |
|
) |
| |
|
static |
◆ spcCreateElement()
◆ spcFindElementInCol()
◆ spClear()
| void spClear |
( |
char * |
eMatrix | ) |
|
◆ spcLinkRows()
◆ spGetAdmittance()
| int spGetAdmittance |
( |
char * |
Matrix, |
|
|
int |
Node1, |
|
|
int |
Node2, |
|
|
struct spTemplate * |
Template |
|
) |
| |
◆ spGetElement()
| RealNumber* spGetElement |
( |
char * |
eMatrix, |
|
|
int |
Row, |
|
|
int |
Col |
|
) |
| |
◆ spGetOnes()
| int spGetOnes |
( |
char * |
Matrix, |
|
|
int |
Pos, |
|
|
int |
Neg, |
|
|
int |
Eqn, |
|
|
struct spTemplate * |
Template |
|
) |
| |
◆ spGetQuad()
| int spGetQuad |
( |
char * |
Matrix, |
|
|
int |
Row1, |
|
|
int |
Row2, |
|
|
int |
Col1, |
|
|
int |
Col2, |
|
|
struct spTemplate * |
Template |
|
) |
| |
◆ Translate() [1/2]
| static void Translate |
( |
| ) |
|
|
static |
◆ Translate() [2/2]
◆ copyright
Initial value:=
"Sparse1.3: Copyright (c) 1985,86,87,88 by Kenneth S. Kundert"
Definition at line 51 of file spbuild.c.
◆ RCSid
Initial value:
Definition at line 53 of file spbuild.c.