Skip to content

Dependencies overwriting methods #116

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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