Skip to content

DSYEVR should call DSTEMR for RANGE="V" or "I" #1277

@langou

Description

@langou

DSYEVR only calls DSTEMR when ALL eigenvalues are requested. Otherwise, when a subset is requested, so with option RANGE="V" or "I", DSYEVR calls DSTEBZ/DSTEIN.

Suggestion: DSYEVR could call DSTEMR also when a subset is requested. (So with option RANGE="V" or "I".)

See
JuliaLang/LinearAlgebra.jl#1493

See

IF( ( ALLEIG .OR. ( INDEIG .AND. IL.EQ.1 .AND. IU.EQ.N ) ) .AND.

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