We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acb157 commit 7077979Copy full SHA for 7077979
1 file changed
src/factorizations/eig.jl
@@ -27,8 +27,6 @@ function MatrixAlgebraKit.eig_full!(
27
return (D, V)
28
end
29
30
-# TODO: this is a hardcoded for now to get around this function not being defined in the
31
-# type domain
32
function MatrixAlgebraKit.default_eigh_algorithm(
33
arrayt::Type{<:AbstractBlockSparseMatrix}; kwargs...
34
)
0 commit comments