Module numerical

Module numerical 

Source
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)