Click or drag to resize
GaussJordanEliminationDual Method
Returns a solution to the linear system of equations YA = 0, Yb != 0.

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

Return Value

Type: Double
a solution Y to the linear system of equations YA = 0, Yb != 0; null if no such solution
See Also