Skip to content

Commit ccc8627

Browse files
authored
[Spec][Matrix] Define Matrix truncation in the Standard Conversion Sequences and map to Conv.vtrunc (#747)
fixes #746 Conv.vtrunc already defined the matrix trunc behavior. All that is needed is for the Standard Conversion Sequences table to point to the matrix trunc conversion to the right place.
1 parent 9e21f99 commit ccc8627

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

specs/language/overloading.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,15 @@
301301

302302
Vector truncation conversion & Dimensionality Reduction Conversion
303303
& Conversion Truncation & \ref{Conv.vtrunc} \\ \cline{1-4}
304+
305+
Matrix truncation (without conversion) & Dimensionality Reduction
306+
& Truncation & \ref{Conv.vtrunc} \\ \cline{1-4}
307+
308+
Matrix truncation promotion & Dimensionality Reduction Promotion
309+
& Promotion Truncation & \ref{Conv.vtrunc} \\ \cline{1-4}
310+
311+
Matrix truncation conversion & Dimensionality Reduction Conversion
312+
& Conversion Truncation & \ref{Conv.vtrunc} \\ \cline{1-4}
304313
\hline
305314
\end{tabular}
306315
\end{center}

0 commit comments

Comments
 (0)