Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/achoarnold/matrix.h

A Collection some matrix manipulation algorithms
https://github.com/achoarnold/matrix.h

c matrix matrix-algorithms matrix-multiplication

Last synced: about 1 month ago
JSON representation

A Collection some matrix manipulation algorithms

Awesome Lists containing this project

README

        

/********** matrix.h ***********/
A basic libray for matrix manipulation written in C

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

Author: Acho Arnold

Email: [email protected]

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 [email protected] 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 :)