MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getMatrixOfSameType

Method getMatrixOfSameType

JSAT/src/jsat/linear/GenericMatrix.java:40–40  ·  view source on GitHub ↗

Creates a new matrix of the same type @param rows the number of rows for the matrix to have @param cols the number of columns for the matrix to have @return the empty all zero new matrix

(int rows, int cols)

Source from the content-addressed store, hash-verified

38 * @return the empty all zero new matrix
39 */
40 abstract protected Matrix getMatrixOfSameType(int rows, int cols);
41
42 @Override
43 public void mutableAdd(double c, Matrix b)

Callers 2

lupMethod · 0.95
cloneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected