Go to the source code of this file.
◆ spADD_COMPLEX_ELEMENT
| #define spADD_COMPLEX_ELEMENT |
( |
|
element, |
|
|
|
real, |
|
|
|
imag |
|
) |
| |
Value:{ *(element) += real; \
*(element+1) += imag; \
}
Definition at line 195 of file spmatrix.h.
◆ spADD_COMPLEX_QUAD
| #define spADD_COMPLEX_QUAD |
( |
|
template, |
|
|
|
real, |
|
|
|
imag |
|
) |
| |
Value:{ *((template).Element1) += real; \
*((template).Element2) += real; \
*((template).Element3Negated) -= real; \
*((template).Element4Negated) -= real; \
*((template).Element1+1) += imag; \
*((template).Element2+1) += imag; \
*((template).Element3Negated+1) -= imag; \
*((template).Element4Negated+1) -= imag; \
}
Definition at line 214 of file spmatrix.h.
◆ spADD_IMAG_ELEMENT
| #define spADD_IMAG_ELEMENT |
( |
|
element, |
|
|
|
imag |
|
) |
| *(element+1) += imag |
◆ spADD_IMAG_QUAD
| #define spADD_IMAG_QUAD |
( |
|
template, |
|
|
|
imag |
|
) |
| |
Value:{ *((template).Element1+1) += imag; \
*((template).Element2+1) += imag; \
*((template).Element3Negated+1) -= imag; \
*((template).Element4Negated+1) -= imag; \
}
Definition at line 207 of file spmatrix.h.
◆ spADD_REAL_ELEMENT
| #define spADD_REAL_ELEMENT |
( |
|
element, |
|
|
|
real |
|
) |
| *(element) += real |
◆ spADD_REAL_QUAD
| #define spADD_REAL_QUAD |
( |
|
template, |
|
|
|
real |
|
) |
| |
Value:{ *((template).Element1) += real; \
*((template).Element2) += real; \
*((template).Element3Negated) -= real; \
*((template).Element4Negated) -= real; \
}
Definition at line 200 of file spmatrix.h.
◆ spAUTO_PARTITION
| #define spAUTO_PARTITION 3 |
◆ spDEFAULT_PARTITION
| #define spDEFAULT_PARTITION 0 |
◆ spDIRECT_PARTITION
| #define spDIRECT_PARTITION 1 |
◆ spFATAL
◆ spINDIRECT_PARTITION
| #define spINDIRECT_PARTITION 2 |
◆ spNO_MEMORY
◆ spOKAY
◆ spPANIC
◆ spREAL
◆ spSINGULAR
◆ spSMALL_PIVOT
◆ spZERO_DIAG
◆ spClear()
◆ spCondition()
◆ spCreate()
◆ spDeleteRowAndCol()
| void spDeleteRowAndCol |
( |
| ) |
|
◆ spDestroy()
◆ spDeterminant()
◆ spElementCount()
◆ spError()
◆ spFactor()
◆ spFileMatrix()
◆ spFileStats()
◆ spFileVector()
◆ spFillinCount()
◆ spGetAdmittance()
◆ spGetElement()
| spREAL* spGetElement |
( |
char * |
eMatrix, |
|
|
int |
Row, |
|
|
int |
Col |
|
) |
| |
◆ spGetInitInfo()
◆ spGetOnes()
◆ spGetQuad()
◆ spGetSize()
◆ spInitialize()
◆ spInstallInitInfo()
| void spInstallInitInfo |
( |
| ) |
|
◆ spLargestElement()
◆ spMNA_Preorder()
◆ spMultiply()
◆ spMultTransposed()
| void spMultTransposed |
( |
| ) |
|
◆ spNorm()
◆ spOrderAndFactor()
◆ spPartition()
◆ spPrint()
◆ spPseudoCondition()
◆ spRoundoff()
◆ spScale()
◆ spSetComplex()
◆ spSetReal()
◆ spSolve()
◆ spSolveTransposed()
| void spSolveTransposed |
( |
| ) |
|
◆ spStripFills()
◆ spWhereSingular()