File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ class Matrix
610
610
611
611
/* *
612
612
* Projection to given offset in first sub-dimension (column), same as
613
- * \c sub<0 >(n).
613
+ * \c sub<1 >(n).
614
614
*
615
615
* \returns A \ref MatrixRef object representing the nth column
616
616
*
@@ -623,7 +623,7 @@ class Matrix
623
623
624
624
/* *
625
625
* Projection to given offset in first sub-dimension (column), same as
626
- * \c sub<0 >(n).
626
+ * \c sub<1 >(n).
627
627
*
628
628
* \returns A \ref MatrixRef object representing the nth column
629
629
*
@@ -636,7 +636,7 @@ class Matrix
636
636
637
637
/* *
638
638
* Projection to given offset in second sub-dimension (rows), same as
639
- * \c sub<1 >(n).
639
+ * \c sub<0 >(n).
640
640
*
641
641
* \returns A \ref MatrixRef object representing the nth row
642
642
*
@@ -649,7 +649,7 @@ class Matrix
649
649
650
650
/* *
651
651
* Projection to given offset in second sub-dimension (rows), same as
652
- * \c sub<1 >(n).
652
+ * \c sub<0 >(n).
653
653
*
654
654
* \returns A \ref MatrixRef object representing the nth row
655
655
*
You can’t perform that action at this time.
0 commit comments