Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
readMatrix
Method · 0.95
allocate
Method · 0.80
getImaginary
Method · 0.80
assertComplex
Method · 0.80
putImaginaryByteBuffer
Method · 0.80
contentToString
Method · 0.80
equals
Method · 0.80
hashCode
Method · 0.80
allocate
Method · 0.80
contentToString
Method · 0.80
writeMatrix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected