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

Method rows

JSAT/src/jsat/linear/SparseMatrix.java:378–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376 }
377
378 @Override
379 public int rows()
380 {
381 return rows.length;
382 }
383
384 @Override
385 public int cols()

Callers 6

multiplyMethod · 0.95
mutableTransposeMethod · 0.95
transposeMethod · 0.95
transposeMultiplyMethod · 0.95
multiplyTransposeMethod · 0.95
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected