MyMediaLite
MatrixUtils.Multiply Method (Matrix<double>, double)
Syntax
Collapse All
Multiply all entries of a matrix with a scalar
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static void Multiply ( Matrix<double>
matrix
, double
d
)
Parameters
matrix
the matrix
d
the number to multiply with
Top
Generated by
ImmDoc .NET
.