Skip to content

Update SVD constructors (deprecated signature)

Warning: SVD{T, Tr, M}(U::AbstractArray{T}, S::AbstractVector{Tr}, Vt::AbstractArray{T}) where {T, Tr, M} is deprecated, use SVD{T, Tr, M, typeof(S)}(U, S, Vt) instead.