bundles / scipy latest / scipy / optimize / _remove_redundancy / _get_densest
function
scipy.optimize._remove_redundancy:_get_densest
Signature
def _get_densest ( A , eligibleRows ) Summary
Returns the index of the densest row of A. Ignores rows that are not eligible for consideration.
Parameters
A: 2-D arrayAn array representing a matrix
eligibleRows: 1-D logical arrayValues indicate whether the corresponding row of A is eligible to be considered
Returns
i_densest: intIndex of the densest row in A eligible for consideration
Aliases
-
scipy.optimize._remove_redundancy._get_densest