Class PoleZeroPair


  • public class PoleZeroPair
    extends java.lang.Object
    It's written on the tin.
    • Constructor Summary

      Constructors 
      Constructor Description
      PoleZeroPair​(org.apache.commons.math3.complex.Complex p, org.apache.commons.math3.complex.Complex z)  
      PoleZeroPair​(org.apache.commons.math3.complex.Complex p1, org.apache.commons.math3.complex.Complex z1, org.apache.commons.math3.complex.Complex p2, org.apache.commons.math3.complex.Complex z2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNaN()  
      boolean isSinglePole()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PoleZeroPair

        public PoleZeroPair​(org.apache.commons.math3.complex.Complex p,
                            org.apache.commons.math3.complex.Complex z)
      • PoleZeroPair

        public PoleZeroPair​(org.apache.commons.math3.complex.Complex p1,
                            org.apache.commons.math3.complex.Complex z1,
                            org.apache.commons.math3.complex.Complex p2,
                            org.apache.commons.math3.complex.Complex z2)
    • Method Detail

      • isNaN

        public boolean isNaN()
      • isSinglePole

        public boolean isSinglePole()