Menu

Tree [ba13c6] master /
 History

HTTPS access


File Date Author Commit
 debug 2013-10-30 sprinf sprinf [ba13c6] Initial commit
 doc 2013-10-30 sprinf sprinf [ba13c6] Initial commit
 examples 2013-10-30 sprinf sprinf [ba13c6] Initial commit
 src 2013-10-30 sprinf sprinf [ba13c6] Initial commit
 COPYING 2013-10-30 sprinf sprinf [ba13c6] Initial commit
 README 2013-10-30 sprinf sprinf [ba13c6] Initial commit
 intro.h 2013-10-30 sprinf sprinf [ba13c6] Initial commit

Read Me

               /********** matrix.h ***********/
       A  basic matirx header file for C programming

Author:          Acho Arnold
Email:           acho.arnold@gmail.com


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  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 acho.arnold@live.com or submit it to the bug tracker at
http://www.sourceforge.net

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 :)