-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #62
Comments
Hi @ThatGeoGuy, I do a little maintenance on Clatrix where it makes sense (generally where necessary to help ensure smooth interoperability with other Clojure numerical projects e.g. core.matrix, Incanter) The time I spend on this is limited because I don't personally use Clatrix much - for my personal purposes vectorz-clj is a much better fit (pure JVM support, much better optimised all round implementation). I think the main places where Clatrix wins on performance is large matrix x matrix multiplication and perhaps some of the large matrix linear algebra algorithms (BLAS is hard to beat here....) In general the Numerical Clojure google group is a good place to discuss things like this: |
Hey @mikera, thanks for getting back to me on this issue. It's good to hear there's at least some maintenance to clatrix, and I apologize if the google group is a better choice to discuss these things. In any case, the documentation for Clatrix is basically non-existent now that the Marginalia Pages are down. Is there an old version or some backup somewhere I could read over? I think if the project has any chance of continued life (here, or inside Incanter or whatever), the documentation should at least be resurrected. Thanks again for any help. |
Hey @tel, (and perhaps, @mikera, who appears to have the latest up-to-date fork).
The link to the "Marginalia Documentation" in the README appears to be broken. I also understand @tel isn't maintaining this anymore, and was wondering if the project is still alive. Is this now under clojure-numerics (that fork hasn't seen a commit since 2013, last I checked), mikera/clatrix, or somewhere else?
I'm interested in potentially using the library but am unsure what the state of clatrix is at the moment. I'm sure there's others who are similarly looking for clarification on this.
Any info is appreciated!
The text was updated successfully, but these errors were encountered: