Skip to content

IoannisKaragiannis/LinearAlgebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an easy-to-install linear algebra library. It consists of two major classes, Vec standing for vector and Mat standing for matrix together with a set of accompanying functions and operations. This library might be useful for projects within the field of signal/image processing, machine learning, and in general in any kind of academic/scientific project.

Documentation

To get started check the wiki.

Recuirements

  • OS: Linux. Library is tested only on Ubuntu 14.04 and 16.04.
  • IDE: Eclipse. The instructions I provide in wiki are meant for Eclipse. You should figure out yourselves how to apply these instructions on different IDEs.

Issues

Should you find any bug or have an issue in general, do not hesitate to open a new issue.

Authors

  • Ioannis Karagiannis

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details.