{ } Raw JSON

bundles / scipy 1.17.1 / scipy / optimize / _remove_redundancy / _remove_redundancy_svd

function

scipy.optimize._remove_redundancy:_remove_redundancy_svd

source: /scipy/optimize/_remove_redundancy.py :362

Signature

def   _remove_redundancy_svd ( A b )

Summary

Eliminates redundant equations from system of equations defined by Ax = b and identifies infeasibilities.

Parameters

A : 2-D array

An array representing the left-hand side of a system of equations

b : 1-D array

An array representing the right-hand side of a system of equations

Returns

A : 2-D array

An array representing the left-hand side of a system of equations

b : 1-D array

An array representing the right-hand side of a system of equations

: status: int

An integer indicating the status of the system 0: No infeasibility identified 2: Trivially infeasible

message : str

A string descriptor of the exit status of the optimization.

Aliases

  • scipy.optimize._linprog_util._remove_redundancy_svd