Skip to content

problems with new Eigen API #859

Open
Open
@RalphAS

Description

@RalphAS

There are several.

  1. Incompleteness. One needs the norm of the balanced matrix to properly interpret the condition numbers. Cf. LAPACK User Guide. Currently it is discarded.
  2. Inconsistency. For real matrices, but not complex ones, the reciprocal condition numbers are inverted. If you call the fields "rcondX", it is misleading to do this.
  3. Poor choice of keyword names. "jvl", "jce", "jcv" are noninformative and inconsistent with typical Julia patterns.
  4. Documentation.
  5. Tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocsThis change adds or pertains to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions