MatrixProduct
smile.cas.MatrixProduct
case class MatrixProduct(A: Matrix, B: Matrix) extends Matrix
Matrix multiplication (A * B)
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Applies the expression.
Returns the partial derivative.
Simplify the expression.
The size of matrix (rows x columns).
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Applies the expression.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article
