Skip to content

eig for one-dimension matrix #712

Description

@sunqm

The returns of eig function are inconsistent with document when matrix.rows = 1.

A = mpmath.matrix(1)
print(mpmath.eig(A, left=False, right=False))

This code returns ([mpf('1.0')], matrix([['1.0']]))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions