MatrixMultiplication
matr.MatrixMultiplication
Type class for the multiplication (calculating the dot product) of Matrices. The result's element type will be calculated at compile-time, based on the element type of the operands.
Type parameters
- C
-
Column dimension of the left-hand side operand and row dimension of the right-hand side operand
- L
-
Column dimension of the right-hand side operand
- R
-
Row dimension of the left-hand side operand
- T
-
Element type of the left-hand side operand
- U
-
Element type of the right-hand side operand
- X
-
Element type of the result
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article