Inverse for N x N matrix #77
nithinsomu
started this conversation in
General
Replies: 2 comments
-
Hi @nithinsomu, currently we only provide There is an experimental Cholesky decomposition (and back solve) availble as What size matrices do you need? And do you need an inverse or just a linear solve? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @mmacklin, Thanks for the response. Linear solve would be sufficient. Can the dense_chol handle matrices of size greater than 4 x 4? In my case I would need to do linear solve for matrices that have sizes more than 100 x 100. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to perform inversion of square matrices of any size within warp?
Beta Was this translation helpful? Give feedback.
All reactions