Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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