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

Method isSparse

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

Source from the content-addressed store, hash-verified

191 }
192
193 public boolean isSparse() {
194 return type == mxSPARSE_CLASS;
195 }
196
197 public boolean isStruct() {
198 return type == mxSTRUCT_CLASS;

Callers 3

toStringMethod · 0.95
writeFlagsMethod · 0.80
writeFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected