NguyenHoaiPhuong / NumericalSolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Solver

  • To provide a library of mathematical functions to solve Linear Algebraic problems, such as matrices decomposition (A = LU, or A = LLT, or A = LDLT, etc), equation AX = B, etc.
  • To solve problems for both dense and sparse matrices. For dense matrices' problems, BLAS and LAPACK will be used.

Getting Started // On going

Prerequisites // On going

Give examples // On going

Running the tests // On going

Versioning // On going

Authors Nguyen Hoai Phuong Email: hoaiphuong.nguyen.vn@gmail.com

License // On going

About


Languages

Language:C++ 99.7%Language:C 0.3%