donhatch
donhatch
I apologize for the combative/insulting tone of my previous message. Melinda and I are now discussing the issue in email.
I haven't seen M120C in action, but I'm guessing that what we're talking about here is that the "Highlight by cubie" checkbox would be replaced by a radio button group,...
I ran into this too. Another example: ``` input: [[0.018314685707290043, 0.1340867554784432], [0.13408675547842389, 0.98168531429271]] output: { u: [[NaN,NaN],[NaN,NaN]], q: [0,NaN], v: [[0.9908003402768454,-0.1353317616352032], [-0.1353317616352032,-0.9908003402768454]] } ```
It would be fine with me (author of those five files) if all instances of "This code may be used for any purpose as long as it is good and...
Even if it turns out that `canonical_reordering_sign_euclidean()` is *not* typically a bottleneck in clifford programs that people use this library for, I think there would still be benefit to implementing...
I wrote: > (sorry, I haven't tested it; I haven't learned how to build and test yet) Ok, I seem to be up and running, using the sequence of workarounds...
I did some tracing and timing. It turns out this function isn't called a lot during multivector multiplications like I thought it would be. Instead, I see that it's called...
One more observation... I suspect typical real-life programs use grades 0,1,2, slightly less commonly n-2,n-1,n, and rarely anything in between.... does that sound right? I think my suggested rewrite of...
I thought of another possible implementation. This one wins when the bitmaps are big and dense on average (as they are during initialization of big layouts, currently). It's probably not...
Is this the same as https://github.com/pygae/clifford/issues/92 ?