Grows the matrix to the requested size, if necessary
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public void Grow (
        int num_rows,
        int num_cols
) 
Parameters
num_rows
the minimum number of rows
num_cols
the minimum number of columns
Collapse/Expand Remarks
The new entries are filled with zeros.