Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Big warning when using GenericSVD #2

@ChrisRackauckas

Description

@ChrisRackauckas

When using GenericSVD:

REQUIRE
WARNING: Method definition A_ldiv_B!(Base.LinAlg.SVD{#Ta<:Any, Tr<:Any, M<:AbstractArray}, Union{Base.ReshapedArray{#Tb<:Any, 1, A<:DenseArray, MI<:Tuple{Vararg{Base.MultiplicativeInverses.SignedMultiplicativeInverse{Int64}, N<:Any}}}, DenseArray{#Tb<:Any, 1}, DenseArray{#Tb<:Any, 2}, Base.SubArray{#Tb<:Any, 2, A<:Union{Base.ReshapedArray{T<:Any, N<:Any, A<:DenseArray, MI<:Tuple{Vararg{Base.MultiplicativeInverses.SignedMultiplicativeInverse{Int64}, N<:Any}}}, DenseArray}, I<:Tuple{Vararg{Union{Base.AbstractCartesianIndex, Base.Range{Int64}, Base.Colon, Int64}, N<:Any}}, L<:Any}, Base.SubArray{#Tb<:Any, 1, A<:Union{Base.ReshapedArray{T<:Any, N<:Any, A<:DenseArray, MI<:Tuple{Vararg{Base.MultiplicativeInverses.SignedMultiplicativeInverse{Int64}, N<:Any}}}, DenseArray}, I<:Tuple{Vararg{Union{Base.AbstractCartesianIndex, Base.Range{Int64}, Base.Colon, Int64}, N<:Any}}, L<:Any}, Base.ReshapedArray{#Tb<:Any, 2, A<:DenseArray, MI<:Tuple{Vararg{Base.MultiplicativeInverses.SignedMultiplicativeInverse{Int64}, N<:Any}}}}) in module LinAlg at linalg/svd.jl:97 overwritten in module GenericSVD at /home/crackauc/.julia/v0.5/GenericSVD/src/utils.jl:30.

Although everything still works, it's not nice to a user to throw a big warning like that upon importing. It fixes my BigFloat problems, but I'm hesitant to have a dependency on it because it then makes this big warning every time the package is imported. Can't import Base: func1,... work fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions