Skip to content

Call by reference in ab13bd #199

@KybernetikJo

Description

@KybernetikJo

State space matrices A,B,C,D are changed after call.

    out = _wrapper.ab13bd(dico, jobn, n, m, p, A, B, C, D, tol)

Fix, shallow copy

    a = A.copy()
    b = B.copy()
    c = C.copy()
    d = D.copy()

    out = _wrapper.ab13bd(dico, jobn, n, m, p, a, b, c, d, tol)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions