Skip to content

P1673: typos in definition of upper/lower triangle #214

Description

@fnrizzi

in the proposal: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1673r6.html#triangle-tags-linalgtagstriangle

image

I think that the definitions of upper and lower triangle are flipped:

  • "The upper triangle of a matrix A is the set of all elements of A accessed by A[i,j] with i >= j"
    This should be: "... accessed by A[i,j] with i <= j"
  • "The lower triangle of a matrix A is the set of all elements of A accessed by A[i,j] with i <= j"
    This should be: "... accessed by A[i,j] with i >= j"

Activity

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

Metadata

Metadata

Assignees

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