stefanloock / pyshearlab

pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock.
GNU General Public License v3.0
49 stars 15 forks source link

Fix support for float32 #4

Closed adler-j closed 7 years ago

adler-j commented 7 years ago

Currently there are several bugs when working with float32, not to mention the inefficiency of doing computations using complex128.

We should fix this.