MatLib Code
Brought to you by:
lostella
| File | Date | Author | Commit |
|---|---|---|---|
| icons | 2010-07-25 | lostella | [r4] icons added |
| src | 2010-08-27 | lostella | [r7] |
| tests | 2010-08-27 | lostella | [r7] |
| README | 2010-07-24 | lostella | [r1] first upload |
| TODO | 2010-08-27 | lostella | [r7] |
| makefile | 2010-08-27 | lostella | [r7] |
matlib: c library for matrix computations author: lorenzo stella, <lorenzostella@gmail.com> version: 0.1 this is a first attempt to build a human-readable-human-programmable c library for performing numerical computations involving matrices and vectors. the first goal of the project was to provide functions for handling big sparse matrices, but now we should focus on providing a uniform interface for handling different structures, in order to be able to load, store and perform operations on both dense and sparse matrices and vectors. as for now (july 24, 2010) the project is very experimental, unstable and incomplete. i hope to make things work better during the next months! :-) --- ls