Skip to content

Dependencies overwriting methods #116

Closed
@pearlzli

Description

@pearlzli

When I load DoubleFloats, I get some very long warnings about GenericLinearAlgebra (v0.2.4) overwriting GenericSVD (v0.3.0) and GenericSchur (v0.4.0) methods, similar to those on this Discourse post (also me, from a while ago), this GLA issue, and this GSVD issue. DoubleFloats depends on all three:

DoubleFloats -> {GenericSVD, GenericSchur, Polynomials -> GenericLinearAlgebra}

The GLA issue linked above recommends not using both GLA and GSVD at the same time, since GLA already implements a generic SVD. Would it be possible to have DoubleFloats use only GLA?

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