Kevin Nowaczyk

Results 265 comments of Kevin Nowaczyk

Yeah, that's what I said, I think the duplicates should be passed in, so don't call `array_unique`.

From scanning the code, it looks like the algorithm is supposed to return two orthogonal vectors when it sees the first “1” in the eigenvalue list. Then when it is...

I thought I’d at least chime in to say that I have no idea how to help, but a quick scan of the nasa paper looks like there’s enough direction...

It’s been a long time since I coded that, and I remember having a lot of problems due to the fact that multiple solutions exist. I think one of the...

If SVD is wrong, it has to be fixed. The problem is likely with the eigenvector calculation. The eignevectors are the things that can be in any order and had...

If you take an identity matrix and swap rows or columns…that has a special name right? I wonder if the eigenvector method is swapping columns in one case, but not...

What I was getting at is when I spent 5 minutes refreshing myself with the code I saw that there were multiple calls to the eigenvector function. These functions swap...

If you can find another library that does this, the code could be translated to PHP. Floating point arithmetic makes this extremely difficult due to the accumulation of tiny errors.

> if this too much hassle for you Not at all. I was planning on doing that, but thought I’d start the conversation here beforehand. There is a separate Visual...

Nice! I didn’t notice a separate grammar within this repository. Should the latest copy be sent over to the ANTLR group? I noticed there were some recent changes over there...