Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getSize
Method · 0.95
getIndex
Method · 0.95
readMatrix
Method · 0.95
getArray
Method · 0.80
contentToString
Method · 0.80
getArray
Method · 0.80
contentToString
Method · 0.80
getArray
Method · 0.80
getArray
Method · 0.80
getArray
Method · 0.80
MLCell
Method · 0.80
getIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected