File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ class Matrix
610610
611611 /* *
612612 * Projection to given offset in first sub-dimension (column), same as
613- * \c sub<0 >(n).
613+ * \c sub<1 >(n).
614614 *
615615 * \returns A \ref MatrixRef object representing the nth column
616616 *
@@ -623,7 +623,7 @@ class Matrix
623623
624624 /* *
625625 * Projection to given offset in first sub-dimension (column), same as
626- * \c sub<0 >(n).
626+ * \c sub<1 >(n).
627627 *
628628 * \returns A \ref MatrixRef object representing the nth column
629629 *
@@ -636,7 +636,7 @@ class Matrix
636636
637637 /* *
638638 * Projection to given offset in second sub-dimension (rows), same as
639- * \c sub<1 >(n).
639+ * \c sub<0 >(n).
640640 *
641641 * \returns A \ref MatrixRef object representing the nth row
642642 *
@@ -649,7 +649,7 @@ class Matrix
649649
650650 /* *
651651 * Projection to given offset in second sub-dimension (rows), same as
652- * \c sub<1 >(n).
652+ * \c sub<0 >(n).
653653 *
654654 * \returns A \ref MatrixRef object representing the nth row
655655 *
You can’t perform that action at this time.
0 commit comments