d-ming / AR-tools

A set of utility functions and Jupyter notebooks for attainable region (AR) computations.
2 stars 7 forks source link

add sameCols() and tests #52

Closed d-ming closed 7 years ago

d-ming commented 7 years ago

artools contains a sameRows() function for checking if two matrices A and B have the same rows, but it's missing a sameCols() function for checking if A and B are equivalent in terms of their columns.