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

Method length

JSAT/src/jsat/linear/Matrix.java:638–642  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

636 private static final long serialVersionUID = 7107290189250645384L;
637
638 @Override
639 public int length()
640 {
641 return rows();
642 }
643
644 @Override
645 public double get(int index)

Callers 5

updateRowMethod · 0.45
OuterProductUpdateMethod · 0.45
runMethod · 0.45
diagMethod · 0.45
diagMultMethod · 0.45

Calls 2

rowsMethod · 0.95
colsMethod · 0.45

Tested by

no test coverage detected