Changeset 7551 for trunk/psLib/src/math/psSparse.h
- Timestamp:
- Jun 13, 2006, 2:04:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSparse.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSparse.h
r7550 r7551 41 41 42 42 // define a new sparse matrix equation vector element 43 void inlinepsSparseVectorElement(psSparse *sparse, // Matrix to which to add44 int i, // Index to add45 float value // Value to add46 );43 void psSparseVectorElement(psSparse *sparse, // Matrix to which to add 44 int i, // Index to add 45 float value // Value to add 46 ); 47 47 48 48 // perform the operation matrix * vector on a sparse matrix and a vector
Note:
See TracChangeset
for help on using the changeset viewer.
