Hello I would like to use the lapack method: dsyevr
In the flame implementation there is a method dsyevr_ which takes all arguments as pointers (unlike the original lapack method).
Is there a better C interface to use for EVD, QR, LU decomposition?
Many thanks
Hello I would like to use the lapack method: dsyevr
In the flame implementation there is a method dsyevr_ which takes all arguments as pointers (unlike the original lapack method).
Is there a better C interface to use for EVD, QR, LU decomposition?
Many thanks