Matt Revelle
Matt Revelle
I don't disagree with your stated reasons, but the indices in that form are only immediately useful if you are processing rows. Otherwise additional work is done by the caller...
*bump* I too would like eigendecomposition for real matrices. It looks like clatrix is abandoned. Or, is there a better supported core.matrix implementation you'd recommend switching to?
Ah, and I see the issue with the `Vectorz` backend is that the library itself doesn't yet provide eigendecomposition. Was hoping it was as easy as uncommenting out the wrapper...
Hey, sure, I'll accept a pull request. I should probably see if anything else needs to be modified.
Hey! Thanks for creating the issue, I will try to get to this done soon.
Hello, thanks for the report. First, you should be using [version 1.1 of the Twitter REST API](https://dev.twitter.com/docs/api/1.1/get/account/verify_credentials). Please check if that works for you. Are other authenticated Twitter REST API...
I should've tested a little more before commenting. The URL https://api.twitter.com/1/account/verify_credentials.json is for major version 1 and using 1.0 explicitly results in a different error. Will take a closer look.
Thanks for the report. Hmm, will look into it.
I'm thinking something like this, which passes in an instance for testing. https://github.com/mikera/core.matrix.testing We could keep it as part of the main loom project for now, but packaging it separately...
Here's the (incomplete) implementation I'm working on: https://github.com/mattrepl/loom-impl The benefit over the existing undirected implementation is it's always weighted (a default weight of 1 can be used) so that algorithms...