MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / mutateConjugate

Method mutateConjugate

JSAT/src/jsat/math/Complex.java:305–308  ·  view source on GitHub ↗

Alters this complex number so that it represents its complex conjugate instead.

()

Source from the content-addressed store, hash-verified

303 * instead.
304 */
305 public void mutateConjugate()
306 {
307 this.imag = -imag;
308 }
309
310 /**
311 * Returns a new complex number representing the complex conjugate of this

Callers 1

testMutateConjugateMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMutateConjugateMethod · 0.64