Skip to content

VivekThazhathattil/VILINAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attempting to make a stupid Linear Algebra library (WIP)

VILINAL : VIvek's LINear ALgebra (library)

To check it out, clone the repo, navigate to the repo, run make to build the test program. Then run ./test_matrix.

Features:

  • Common matrix operations
  • String to matrix
  • QR factorization
  • Least Squares
  • LU decomposition (TODO: partial pivoting)
  • Moore-Penrose pseudoinverse
  • Gram matrix
  • Norms: 1-norm, inf-norm, frobenius-norm

About

a small linear algebra library written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published