mex.simplex.simplex_networks.find_negative_col

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

Finds location of negative values in right column.

Parameters

matrix (numpy array) – matrix to be reviewed.

Returns

index of negative value in right column.

Return type

n (int)