scalation.mathstat.MatrixD2
See theMatrixD2 companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Add this matrix and matrix y (requires y to have at least the dimensions of this).
Add this matrix and matrix y (requires y to have at least the dimensions of this).
Value parameters
- y
-
the other matrix
Attributes
Multiply this matrix by matrix y.
Multiply this matrix by matrix y.
Value parameters
- y
-
the other matrix
Attributes
Convert this matrix to a string.
Convert this matrix to a string.
Attributes
- Definition Classes
-
Any
Transpose this matrix (columns <=> rows).
Transpose this matrix (columns <=> rows).
Attributes
In this article