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