Click or drag to resize
GaussianEliminationIsFeasible Property
Returns true if there exists 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 bool IsFeasible { get; }

Return Value

Type: Boolean
true if there exists a solution to the linear system of equations Ax = B; false otherwise
See Also