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

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"
in the proposal: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1673r6.html#triangle-tags-linalgtagstriangle
I think that the definitions of upper and lower triangle are flipped:
Ais the set of all elements ofAaccessed byA[i,j]withi >= j"This should be: "... accessed by
A[i,j]withi <= j"Ais the set of all elements ofAaccessed byA[i,j]withi <= j"This should be: "... accessed by
A[i,j]withi >= j"