Skip to content

norm, covar, dlyap cannot handle systems of dimension > 150 #300

@olof3

Description

@olof3
N = 200
dlyap(randn(N,N), Matrix(I(N)))

crashes julia (on my machine) due to the naive implementation of the Lyapunov solver that attempts to invert N^2 x N^2 matrices.

covar and norm rely on dlyap so these functions have the same problem.

@mfalt , @baggepinnen we should discuss how to handle this and related problems

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