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

Method isComplex

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

Source from the content-addressed store, hash-verified

187 }
188
189 public boolean isComplex() {
190 return (attributes & mtFLAG_COMPLEX) == mtFLAG_COMPLEX;
191 }
192
193 public boolean isSparse() {
194 return type == mxSPARSE_CLASS;

Callers 13

toStringMethod · 0.95
readMatrixMethod · 0.95
allocateMethod · 0.80
getImaginaryMethod · 0.80
assertComplexMethod · 0.80
contentToStringMethod · 0.80
equalsMethod · 0.80
hashCodeMethod · 0.80
allocateMethod · 0.80
contentToStringMethod · 0.80
writeMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected