Skip to content

Commit 7077979

Browse files
committed
Remove outdated comment
1 parent 9acb157 commit 7077979

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/factorizations/eig.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ function MatrixAlgebraKit.eig_full!(
2727
return (D, V)
2828
end
2929

30-
# TODO: this is a hardcoded for now to get around this function not being defined in the
31-
# type domain
3230
function MatrixAlgebraKit.default_eigh_algorithm(
3331
arrayt::Type{<:AbstractBlockSparseMatrix}; kwargs...
3432
)

0 commit comments

Comments
 (0)