CLinearAlgebra Code
Matrix Algebra Implementation in C for AMS 210, Stony Brook University
Brought to you by:
ajasen
| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE.txt | 2014-01-16 |
|
[b6fb5a] Copyrght & License |
| Makefile | 2014-01-16 |
|
[b6fb5a] Copyrght & License |
| copyrightheader.txt | 2014-01-16 |
|
[b6fb5a] Copyrght & License |
| dbg.h | 2014-01-16 |
|
[b6fb5a] Copyrght & License |
| matrixdeterm.c | 2014-01-17 |
|
[4c7507] seperated implementation into a myMatrix.c file. |
| matrixmult.c | 2014-01-17 |
|
[4c7507] seperated implementation into a myMatrix.c file. |
| myMatrix.c | 2014-01-17 |
|
[129aeb] Inversion is sotof working. elimination() is no... |
| myMatrix.h | 2014-01-17 |
|
[129aeb] Inversion is sotof working. elimination() is no... |
| myMatrixTests.c | 2014-01-17 |
|
[129aeb] Inversion is sotof working. elimination() is no... |