public class Matrices
extends Object
Matrix.| Constructor and Description |
|---|
Matrices() |
public static Matrix dense(int numRows, int numCols, double[] values)
numRows - number of rowsnumCols - number of columnsvalues - matrix entries in column major