Package org.apfloat

Class IncompleteGammaHelper.Sequence

  • Enclosing class:
    IncompleteGammaHelper

    private static class IncompleteGammaHelper.Sequence
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.function.LongFunction<Apcomplex> a  
      private java.util.function.LongFunction<Apcomplex> b  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sequence​(java.util.function.LongFunction<Apcomplex> a, java.util.function.LongFunction<Apcomplex> b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Apcomplex a​(long n)  
      Apcomplex b​(long n)  
      • Methods inherited from class java.lang.Object

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

      • a

        private java.util.function.LongFunction<Apcomplex> a
      • b

        private java.util.function.LongFunction<Apcomplex> b
    • Constructor Detail

      • Sequence

        public Sequence​(java.util.function.LongFunction<Apcomplex> a,
                        java.util.function.LongFunction<Apcomplex> b)