You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isposdef! is not really useful, since after checking a matrix for being positive definite, the matrix is not available for further use. Instead chol! could be used.
We may want the user facing linear algebra routines to throw exceptions instead of errors. The Factorization interface can actually return the LAPACK error codes.
As noted in #907 the usage of ! should be consistent in all the linear algebra functions.
The text was updated successfully, but these errors were encountered: