Improve matrix multiplication and solvers #43808
Replies: 7 comments 6 replies
-
Would be good to be clear what exactly is missing. Julia can definitely do diagonal/triangular matrix multiplies, it just wants you to use the appropriate types (ie Diagonal instead of plain matrix). It doesn't try to read off properties from the numerical values of the matrix (eg it won't do anything fancy with |
Beta Was this translation helpful? Give feedback.
-
I believe Julia is currently missing optimized |
Beta Was this translation helpful? Give feedback.
-
I have contacted the authors of the paper for input. |
Beta Was this translation helpful? Give feedback.
-
Edit: at last I found it, they specify Julia 1.5.2, thus too old for this.
|
Beta Was this translation helpful? Give feedback.
-
May I suggest that we use discourse to zero in on the problems and then open specific issues for each case that are actionable? If folks agree, we can close this issue. |
Beta Was this translation helpful? Give feedback.
-
Alternatively, if you like, we can convert this issue to a GitHub Discussion - just click on the "convert to discussion link", which will close the issue and convert it to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I believe my colleague, @bjarthur, is working on symmetric matrix multiplication. We currently have a working private repository for this. I will ping him about this discussion. |
Beta Was this translation helpful? Give feedback.
-
See
https://discourse.julialang.org/t/julia-vs-zig-surprise/74540/11
The Linear Algebra Mapping Problem. Current State of Linear Algebra Languages and Libraries
Beta Was this translation helpful? Give feedback.
All reactions