The current Julia SVD interface appears to support only “simple” and “divide and conquer”. Is there any simple way to call Jacobi’s methods – (dgesvj Lapack function)?
If wrapping the Lapack function is the only viable solution, I would appreciate any help in getting started with this non-trivial “ccall”.
Thanks!