krmnino / LALIB

Linear Algebra mini-library for matrix operations in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LALIB

Linear Algebra mini-library for matrix operations in C++

TO-DO

  • Implement LU decomposition.
  • Implement Gram-Schmidt orthogonalization process.
  • Create Exceptions when reporting errors.
  • Update ubuntu version with Windows changes (3/1/20).
  • Implement simple command-line interface.

About

Linear Algebra mini-library for matrix operations in C++

License:MIT License


Languages

Language:C++ 99.3%Language:Makefile 0.7%