Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.04 KB
           /********** matrix.h ***********/
   A  basic libray for matrix manipulation written in C

Website http://AchoArnold.github.io/matrix.h/

Author: Acho Arnold

Email: arnold@archlinux.info

The C programming language includes a very limited standard library in comparison to other modern programming languages. This is a collection some very basic matrix algorithms which can be used in C projects to manipulate matrices

For more information on how to use this header file, please consult the documentation. If you got this file from a matrix package, then the documentation is available in the docs/ directory.

If you think you've found a bug in this header file, contact me with a bug report at arnold@archlinux.info or submit a new issue at https://github.com/AchoArnold/matrix.h/issues

matrix.h is free software, released under the GNU GPL. Please see the COPYING file for more information. If you do modify this program, please tell me about it! Perhaps you've made a good improvement that I can learn from :)