inv or logdet for symmetric matrices #977
Labels
cuda array
Stuff about CuArray.
enhancement
New feature or request
good first issue
Good for newcomers
If you are looking like me to compute
logdet
on Symmetric matrices you need to go call some "low-level" functions inCUDA.CUSOLVER
This is connected to #116
Here is an unsafe gist for
logdet
:I suppose this could be improved and be more faithful to the implementation in
LinearAlgebra
but that's further workFor
inv
one can do a similar thing :If you'd rather use
lu
instead replace the second and third line of each algorithm byand change the last line accordingly
The text was updated successfully, but these errors were encountered: