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

Method cols

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

Source from the content-addressed store, hash-verified

382 }
383
384 @Override
385 public int cols()
386 {
387 return rows[0].length();
388 }
389
390 @Override
391 public boolean isSparce()

Callers 6

multiplyMethod · 0.95
mutableTransposeMethod · 0.95
transposeMethod · 0.95
transposeMultiplyMethod · 0.95
changeSizeMethod · 0.95
multiplyTransposeMethod · 0.95

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected