mex.simplex.simplex_networks.find_negative_row

mex.simplex.simplex_networks.find_negative_row(matrix)[source]

Finds location of negative values in bottom row.

Parameters

matrix (numpy array) – matrix to be reviewed.

Returns

index of negative value in bottom row.

Return type

n (int)