Package jline.lib.lti

Object function_wrapper

  • All Implemented Interfaces:

    
    public class function_wrapper
    
                        

    Function wrapper class, allowing us to add and multiply using the complex high-precision Apcomplex by overriding UnaryOperator Code was adapted from ...

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final UnaryOperator<Apcomplex> add(UnaryOperator<Apcomplex> fun)
      final UnaryOperator<Apcomplex> multiply(UnaryOperator<Apcomplex> fun)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait