Toggle navigation
Home
org.nd4j.linalg.api.complex.BaseComplexDouble to org.nd4j.linalg.api.complex.IComplexNumber
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'nd4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
Math.abs(that.real - real)
to
Math.abs(that.realComponent().doubleValue() - real)
Math.abs(that.imag - imag)
to
Math.abs(that.imaginaryComponent().doubleValue() - imag)