![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtMatrix |
| class | DtMVector |
| class | DtLinearSystem |
Enumerations | |
| enum | DtMatrixFlag { IncompatibleMatrixSizes = 1 } |
Functions | |
| void | simplx (double **a, int m, int n, int m1, int m2, int m3, int *icase, int *izrov, int *ipposv) |
| void | simp1 (double **a, int mm, int *ll, int nll, int iabf, int *kp, double *bmax) |
| void | simp2 (double **a, int n, int *l2, int nl2, int *ip, int kp, double *q1) |
| void | simp3 (double **a, int i1, int k1, int ip, int kp) |
| void | print (double **a, int r, int c, const char *str) |
| enum DtMatrixFlag |
| void simplx | ( | double ** | a, |
| int | m, | ||
| int | n, | ||
| int | m1, | ||
| int | m2, | ||
| int | m3, | ||
| int * | icase, | ||
| int * | izrov, | ||
| int * | ipposv | ||
| ) |