package gsl

  1. Overview
  2. Docs

Module Gsl.ChebSource

Chebyshev Approximations

Sourcetype t
Sourceval make : int -> t
Sourceval order : t -> int
Sourceval coefs : t -> float array
Sourceval init : t -> Fun.gsl_fun -> a:float -> b:float -> unit
Sourceval eval : t -> ?order:int -> float -> float
Sourceval eval_err : t -> ?order:int -> float -> Fun.result
Sourceval deriv : t -> t
Sourceval integ : t -> t