Skip to contents

In ramp.func, F_obj describes an object used by make_F_t and make_function to construct functions:

  • An F_obj is returned by a function makepar_F_method

    • the object is list

    • each item in the list is a parameter

    • the class of the object is set to method

  • The constructor functions dispatch on class(F_obj)