strohel / Ceygen

Cython helper for linear algebra with typed memoryviews built atop of Eigen C++ library
MIT License
36 stars 5 forks source link

FIX: restricting det to floating tipes for compatibility #6

Closed Dapid closed 9 years ago

Dapid commented 9 years ago

More modern versions of Eigen (like 3.2.5) throw an static assert if you try to compile the determinant of integer matrices.

Closes #5