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
Separate Algorithm and Driver - part III (Schur-Eig) (#194)
* Add eigenvalue algorithm types
* Add implementations
* docstring updates
* also implement extensions
* Also implement Schur decomposition
* slight reorganization of `supports_f`
* format
* small improvement
* various renaming and cleanup
* also remove `supports_svd`
* docs update
* one more round of eig changes
* update docstring
* Update decompositions.jl
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
* special care for deprecated
* fix ambiguity
---------
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
function MatrixAlgebraKit.default_eig_algorithm(::Type{T}; kwargs...) where {T <:StridedMatrix{<:Union{Float16, ComplexF16, BigFloat, Complex{BigFloat}}}}
0 commit comments