rkhomenko / chislaki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chislaki

General

Chislaki a is C++ library that implements algorithms for numerical analysis course.

Algorithms

It contains the following algorithms:

  1. Linear algebra:
    • LU decomposition
    • Thomas algorithm
    • Jacobi transformation
    • Fixed point iterations method
    • Gauss-Seidel method
    • Jacobi eigenvalues and eigenvectors method
    • QR decomposition
    • Eigenvalues computation by QR decomposition
  2. Nonlinear algebra:
    • Fixed point iteration
    • Newton method
    • Fixed point iteration for system of equations
    • Newton method for system of equations
  3. Matan:
    • Lagrange polynom interpolation
    • Newton polynom interpolation
    • Cubic spline interpolation
    • Ordinary Least Squares
    • Numeric differentiation
    • Numeric integration

About


Languages

Language:C++ 54.9%Language:TeX 43.3%Language:CMake 1.0%Language:Python 0.8%