-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
Description
Should we be more specific by throwing a DomainError here:
Line 12 in 95f2578
error("Only hermitian matrices are diagonalizable by *StaticArrays*. Non-Hermitian matrices should be converted to `Array` first.") |
to make it easier to catch these types of errors?
Compare with eigen.jl in LinearAlgebra:
martinholters and gszep