We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b8f4b + 687b79f commit be9e973Copy full SHA for be9e973
src/eigen/lobpcg_hyper_impl.jl
@@ -151,7 +151,7 @@ end
151
# For versions < 1.12, since we mainly care about eigenvectors being orthogonal
152
# we re-orthogonalise explicitly.
153
@static if VERSION >= v"1.12"
154
- values, vectors = eigen(XAX; alg=DivideAndConquer())
+ values, vectors = eigen(XAX; alg=LinearAlgebra.DivideAndConquer())
155
return vectors[:, 1:N], values[1:N]
156
else
157
values, vectors = eigen(XAX)
0 commit comments