bundles / scipy latest / scipy / optimize / _remove_redundancy / _remove_zero_rows
function
scipy.optimize._remove_redundancy:_remove_zero_rows
Signature
def _remove_zero_rows ( A , b ) Summary
Eliminates trivial equations from system of equations defined by Ax = b
and identifies trivial infeasibilities
Parameters
A: 2-D arrayAn array representing the left-hand side of a system of equations
b: 1-D arrayAn array representing the right-hand side of a system of equations
Returns
A: 2-D arrayAn array representing the left-hand side of a system of equations
b: 1-D arrayAn array representing the right-hand side of a system of equations
: status: intAn integer indicating the status of the removal operation 0: No infeasibility identified 2: Trivially infeasible
message: strA string descriptor of the exit status of the optimization.
Aliases
-
scipy.optimize._remove_redundancy._remove_zero_rows