Expand description
Numerical analysis and linear algebra algorithms
This module provides implementations of fundamental numerical algorithms including:
- Fast Fourier Transform (FFT)
- QR Decomposition
- Newton-Raphson Method
- Singular Value Decomposition (SVD)
Modulesยง
- fft
- Fast Fourier Transform (FFT) Implementation
- newton_
raphson - Newton-Raphson Method for Root Finding
- qr_
decomposition - QR Decomposition via Householder Transformations
- svd
- Singular Value Decomposition (SVD)