BridgesUNCC / bridges-python

Python client library for Bridges
http://bridgesuncc.github.io
MIT License
3 stars 4 forks source link

Array sub classing.. #43

Closed krs-world closed 5 years ago

krs-world commented 5 years ago

Python array subclasses, Array1D, Array2d and Array3d need to be created similar to C++ and Java.

Also check the array indexing in array - lots of fixes in the C++ and Java

krs-world commented 5 years ago

Might be useful to do, but array tests are passing now and the variable argument flexibility in python takes care of the arrays of arbitrary dimension.