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

Method rows

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

Source from the content-addressed store, hash-verified

586 }
587
588 @Override
589 public int rows()
590 {
591 return matrix.length;
592 }
593
594 @Override
595 public int cols()

Callers 15

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

Calls

no outgoing calls