Changeset 14452 for trunk/psLib/src/math/psSparse.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSparse.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSparse.h
r11248 r14452 2 2 * @brief functions to manipulate sparse matrices equations 3 3 * 4 * $Revision: 1. 8$ $Name: not supported by cvs2svn $5 * $Date: 2007-0 1-23 22:47:23$4 * $Revision: 1.9 $ $Name: not supported by cvs2svn $ 5 * $Date: 2007-08-09 01:40:07 $ 6 6 * Copyright 2004-2005 IfA, University of Hawaii 7 7 */ … … 50 50 51 51 // allocate a sparse matrix structure 52 psSparse *psSparseAlloc(int Nrows, int Nelem) ;52 psSparse *psSparseAlloc(int Nrows, int Nelem) PS_ATTR_MALLOC; 53 53 54 54 // add a new matrix element … … 85 85 86 86 // allocate a sparse matrix structure 87 psSparseBorder *psSparseBorderAlloc(psSparse *sparse, int Nborder) ;87 psSparseBorder *psSparseBorderAlloc(psSparse *sparse, int Nborder) PS_ATTR_MALLOC; 88 88 89 89 bool psSparseBorderElementT(psSparseBorder *border, int i, int j, float value);
Note:
See TracChangeset
for help on using the changeset viewer.
