Skip to content

BDSQR workspace does not take into account fallback into LASQ1 #996

@dklyuchinskiy

Description

@dklyuchinskiy

BDSQR workspace does not take into account fallback into LASDQ1

After PR #234 and PR #989 workspace of BDSQR has been changed from 4 * N to 4 * (N - 1).

But this new value is not enough to run LASDQ1 in case when no singular values is desired. LASQ1 and, consequently, LASQ2 strongly requires 4 * N memory.

image

I have already caught segmentation fault in this case. Documentation should be fixed one more time to take into account ( .NOT. ROTATE ) branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions