{ } Raw JSON

bundles / scipy latest / scipy / optimize / _linprog_rs / _select_singleton_columns

function

scipy.optimize._linprog_rs:_select_singleton_columns

source: /scipy/optimize/_linprog_rs.py :239

Signature

def   _select_singleton_columns ( A b )

Summary

Finds singleton columns for which the singleton entry is of the same sign as the right-hand side; these columns are eligible for inclusion in an initial basis. Determines the rows in which the singleton entries are located. For each of these rows, returns the indices of the one singleton column and its corresponding row.

Aliases

  • scipy.optimize._linprog_rs._select_singleton_columns