| GaussJordanElimination Methods |
The GaussJordanElimination type exposes the following members.
| Name | Description | |
|---|---|---|
| Dual |
Returns a solution to the linear system of equations YA = 0,
Yb != 0. | |
| MainTest |
Demo test the GaussJordanElimination data type. | |
| Primal |
Returns a solution to the linear system of equations Ax = B. |