Skip to content

0x5b25/HOLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOLA: Header Only (barely sufficient) Algebra Library

Aiming at ease of use, a few algorithms are integrated:

  • Matrix column pivot QR decomp
  • Matrix gaussian elimination
  • Least square solution
  • Simplex method for linear programming

The ndarray class is a multidimentional array class inspired by the python numpy module.

SIMD may come later :(

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages