Click or drag to resize
GaussJordanElimination Methods

The GaussJordanElimination type exposes the following members.

Methods
  NameDescription
Public methodDual
Returns a solution to the linear system of equations YA = 0, Yb != 0.
Public methodStatic memberMainTest
Demo test the GaussJordanElimination data type.
Public methodPrimal
Returns a solution to the linear system of equations Ax = B.
Top
See Also