MyMediaLite
MatrixUtils.Inc Method (Matrix<double>, int, int, double)
Syntax
Collapse All
Increments the specified matrix element by a double value.
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.