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
Hi I'm not an expert on this part of the code base, looks like this is an issue with vectorz-clj though rather than core.matrix? If so can you file an issue here (https://github.com/mikera/vectorz-clj/issues)?
Do you have a minimal example of a matrix Sigma that this fails on?
I am trying to do a linear solve with a poorly conditioned, but not terribly conditioned, matrix Sigma (symmetric, positive definite)
The eigenvalues of Sigma are
When I do my linear solve (la/solve Sigma Bols), the result is nil. I am using the vectorz implementaiton of core.matrix.
I wouldn't expect to get Nil for such a matrix. Any ideas what is going on here?
The text was updated successfully, but these errors were encountered: