Skip to content

Cleanup of equivalence checks #1263

@zerothi

Description

@zerothi

This relates to Reference-ScaLAPACK/scalapack#162 (comment)

There it was suggested to replace:

if ( .not. X .and. Y .OR. X .and .not. Y)
if ( (.not. X .and. .not. Y) .OR. (X .and Y))

these could be replaced with:

.NEQV.
.EQV.

Would these changes be accepted here?

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