MCPcopy Index your code
hub / github.com/diffplug/matfilerw / getM

Method getM

src/main/java/com/jmatio/types/MLArray.java:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 public int getM() {
126 return dims[0];
127 }
128
129 public int getN() {
130 int i = dims[1];

Callers 15

getSizeMethod · 0.95
getIndexMethod · 0.95
readMatrixMethod · 0.95
getArrayMethod · 0.80
contentToStringMethod · 0.80
getArrayMethod · 0.80
contentToStringMethod · 0.80
getArrayMethod · 0.80
getArrayMethod · 0.80
getArrayMethod · 0.80
MLCellMethod · 0.80
getIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected