A: the A matrix with equalities transformed to RRE form.
b: the constant vector corresponding to A
neq: the number of equalities in the resulting system.
nleq: the number of inequalities of the form a.x <= b. This will only
be passed to the output.
Arguments
A
[numeric] matrix
b
[numeric] vector
neq
[numeric] The first neq rows of A, b are treated as equations.
nleq
[numeric] The nleq rows after neq are treated as
inequations of the form a.x<=b. All remaining rows are treated as strict inequations
of the form a.x<b.
eps
[numeric] Values of magnitude less than eps are considered zero (for the purpose of handling
machine rounding errors).
Details
The parameters A, b and neq describe a system of the form Ax<=b, where
the first neq rows are equalities. The equalities are transformed to RRE form.