Skip to content

Linear algebra and numerical methods library made in C++ (Armadillo clone (sort of...))

Notifications You must be signed in to change notification settings

R-15-Ricardo/NumGlaciar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumGlaciar

I couldn't use Armadillo for my numerical methods course, so I kinda cloned the functionallities I use the most from that library and used the to implement several numerical methods algorithms.

  • The src/MATRIX module holds the armadillo pseudo-clone.
  • src/LINALG holds several numerical algorithms for solving linear systems of equations, calculating eigenvalues and decomposing matrices.
  • src/INT and src/DIFF are for automatic integration and diferentiation.

To run the examples, use the data in the data folder.

About

Linear algebra and numerical methods library made in C++ (Armadillo clone (sort of...))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages