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

Method cols

JSAT/src/jsat/linear/DenseMatrix.java:594–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

592 }
593
594 @Override
595 public int cols()
596 {
597 return matrix[0].length;
598 }
599
600 @Override
601 public boolean isSparce()

Callers 15

testSymmetric70Method · 0.95
testRandomMethod · 0.95
testChangeSizeMethod · 0.95
testSolveCGNR_4argsMethod · 0.95
mutableAddMethod · 0.95
multiplyMethod · 0.95
transposeMultiplyMethod · 0.95

Calls

no outgoing calls