Skip to content

Need to include using LinearAlgebra for svd to work #89

Description

@gvdeynde
using GenericLinearAlgebra
svd(big.([1,2;3,4]))

returns

UndefVarError: svd not defined

Stacktrace:
 [1] top-level scope
   @ In[2]:1
 [2] eval
   @ .\boot.jl:373 [inlined]
 [3] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
   @ Base .\loading.jl:1196

If I add using LinearAlgebra before using GenericLinearAlgebra, it works.

This is, to me, a bit counter-intuitive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions