Scientific Library
This module provides essential functionality for commonly used scientific computing tasks. Currently, it comprises functions that provide Fast Fourier Transform (FFT) capabilities using the DUCC backend.
Module Functions
| Name | Description |
|---|---|
| curve_fit | Fits the input data , to a user specified function with parameters . |
| dct | Discrete Cosine Transform |
| dst | Discrete Sine Transform |
| fft | Forward FFT |
| fft_r2c | Real-to-Complex FFT |
| ifft | Inverse FFT |
| minimize | Performs nonlinear minimization of a real function with either gradient or gradient-free algorithms. |