Increment the elements in one matrix by the ones in another
Declaring type: MatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void Inc (
        Matrix<double> matrix1,
        Matrix<double> matrix2
) 
Parameters
matrix1
the matrix to be incremented
matrix2
the other matrix