Click or drag to resize
GaussJordanEliminationPrimal Method
Returns a solution to the linear system of equations Ax = B.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double[] Primal()

Return Value

Type: Double
a solution X to the linear system of equations Ax = B; null if no such solution
See Also