Increments the specified matrix element by a double value.
Declaring type: MatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void Inc (
        Matrix<double> matrix,
        int i,
        int j,
        double v
) 
Parameters
matrix
The matrix.
i
the row
j
the column
v
the value