FunctionExpansion

Specifically for expanding functions

 

@classmethod
expand_function(cls, f, point, order=4, basis=None, function_shape=None, transforms=None, weight_coefficients=True, **fd_options): 

Expands a function about a point up to the given order

  • f: function
  • point: np.ndarray | CoordinateSet
  • order: int
  • basis: None | CoordinateSystem
  • fd_options: Any
  • :returns: _

Feedback

Examples

Templates

Documentation