Lines Matching full:matrices
369 // 1. Cooperative Matrices (1 constituent)
380 // Case 1. -- matrices.
1684 // Verify that the input and output matrices have correct shapes.
1693 // Verify that the input and output matrices have the same component type
1695 return emitError("input and output matrices must have the same "
1764 // right and result matrices columns' count must be the same
1767 "right and result matrices must have equal columns' count");
1769 // right and result matrices component type must be the same
1771 return emitError("right and result matrices' component type must"
1774 // left and result matrices component type must be the same
1776 return emitError("left and result matrices' component type"
1779 // left and result matrices rows count must be the same
1781 return emitError("left and result matrices must have equal rows' count");