d-ming / AR-tools

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

Renamed calcDim() to ARDim() #63

Closed d-ming closed 7 years ago

d-ming commented 7 years ago

calcDim() as a function name is misleading because the function is actually calculating the dimension of the AR and not the rank.

For example, if A = numpy.[[1, 0, 0]].T, then calcDim(A) would give zero, whereas the actual dimension of A is one (rank(A) = 1).