|
Data Structures |
| struct | psSparseConstraint |
| struct | psSparse |
Functions |
| psSparse * | psSparseAlloc (int Nrows, int Nelem) |
| bool | psSparseMatrixElement (psSparse *sparse, int i, int j, float value) |
| void | psSparseVectorElement (psSparse *sparse, int i, float value) |
| psVector * | psSparseMatrixTimesVector (psVector *output, const psSparse *matrix, const psVector *vector) |
| bool | psSparseResort (psSparse *sparse) |
| psVector * | psSparseSolve (psVector *output, psSparseConstraint constraint, const psSparse *sparse, int Niter) |