public class ComplexPair extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
first |
org.apache.commons.math3.complex.Complex |
second |
| Constructor and Description |
|---|
ComplexPair(org.apache.commons.math3.complex.Complex c1) |
ComplexPair(org.apache.commons.math3.complex.Complex c1,
org.apache.commons.math3.complex.Complex c2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConjugate() |
boolean |
isMatchedPair() |
boolean |
isNaN() |
boolean |
isReal() |
public org.apache.commons.math3.complex.Complex first
public org.apache.commons.math3.complex.Complex second
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.