MCPcopy Create free account
hub / github.com/diffplug/matfilerw / getMaxNZ

Method getMaxNZ

src/main/java/com/jmatio/types/MLSparse.java:48–50  ·  view source on GitHub ↗

Gets maximum number of non-zero values @return

()

Source from the content-addressed store, hash-verified

46 * @return
47 */
48 public int getMaxNZ() {
49 return nzmax;
50 }
51
52 /**
53 * Gets row indices

Callers 2

writeFlagsMethod · 0.80
writeFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected