std/num/math: A module for all your math related needs #5
Replies: 3 comments 3 replies
-
I have just found a library called MAGMA It says it is compatible with BLAS so it might be interesting if Koka could have gpu accelerated linear algebra out of the box. |
Beta Was this translation helpful? Give feedback.
-
What about having a separate |
Beta Was this translation helpful? Give feedback.
-
Should I use the naming convention that BLAS uses or should I make it have a "sane" name? I say this because some of the functions have really uninformative names. There is one problem in giving them a good name. This requires that I actually know what a function is doing. |
Beta Was this translation helpful? Give feedback.
-
I was talking with my roommate and realized that linear algebra functions for Koka would be great to have. I did some searching and found that Numpy uses BLAS. I was wondering if it be worthwhile to start work on bindings for Koka or if it would be better to wait for some feature to be merged into Koka that would make writing this module easier.
It would also be great to learn about other fast math libraries to complete this module.
Beta Was this translation helpful? Give feedback.
All reactions