Changeset 5652 for trunk/psphot/src/psphotSparseMatrix.c
- Timestamp:
- Dec 1, 2005, 5:19:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSparseMatrix.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSparseMatrix.c
r5650 r5652 10 10 int Nrow; 11 11 } psSparse; 12 13 void psphotSparseMatrixTest () { 14 15 // build a sparse matrix 16 17 18 } 12 19 13 20 psVector *psSparseMatrixTimesVector (psSparse *matrix, psVector *vector) {
Note:
See TracChangeset
for help on using the changeset viewer.
