Thomas Seiler

Results 3 issues of Thomas Seiler

The current version of CMSIS-DSP arm_mat_inverse_f32() seems to have problems detecting the singularity of certain input matrices: test_matrix: { 1.0, 2.0, 2.0, 4.0 } The "flag" that tracks whether a...

bug

I have a Windows 10 laptop with a docking station that has two monitors, and I am using Caret 4.0 beta for Windows for Markdown work. It happens that Caret...

bug

This PR switches to insinstance() for typechecking, so that __setitem__ and __getitem__ also work when passed a SubclassOfInt(int).