Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/achoarnold/matrix.h
- Owner: AchoArnold
- License: gpl-2.0
- Created: 2013-10-29T21:54:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T10:19:29.000Z (about 8 years ago)
- Last Synced: 2023-08-10T00:36:59.752Z (over 1 year ago)
- Topics: c, matrix, matrix-algorithms, matrix-multiplication
- Language: C
- Homepage: https://achoarnold.github.io/matrix.h/
- Size: 116 KB
- Stars: 15
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
/********** matrix.h ***********/
A basic libray for matrix manipulation written in CWebsite 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 matricesFor 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 :)