Open andreasg123 opened 5 years ago
I have the same problem. When I tried to use the elements from a vector, for example,
A=concat([1,2,3,4,5,6,7,8,9]) B=A(arange(1,3))
the following error occurs:
Traceback (most recent call last): File "<input>", line 1, in <module> TypeError: 'numpy.ndarray' object is not callable
In the code fragment below (from here: https://github.com/fhernandogallego/sparsEDA/blob/master/sparsEDA.m), the matrix element assignment inside square brackets does not get converted correctly.
Also, the planerot function is not defined. That may be a good addition for
libsmop.py
.