Changeset 11248 for trunk/psLib/src/math/psSparse.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSparse.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSparse.h
r10017 r11248 1 /** @file psSparse.h 1 /* @file psSparse.h 2 * @brief functions to manipulate sparse matrices equations 2 3 * 3 * functions to manipulate sparse matrices equations 4 * 4 * $Revision: 1.8 $ $Name: not supported by cvs2svn $ 5 * $Date: 2007-01-23 22:47:23 $ 6 * Copyright 2004-2005 IfA, University of Hawaii 5 7 */ 6 8 7 9 #ifndef PS_SPARSE_H 8 10 #define PS_SPARSE_H 11 12 /// @addtogroup MathOps Mathematical Operations 13 /// @{ 9 14 10 15 // constraints to limit the range of the matrix equation solution … … 102 107 bool psSparseBorderSolve(psVector **xFit, psVector **yFit, psSparseConstraint constraint, psSparseBorder *border, int Niter); 103 108 109 /// @} 104 110 #endif /* PS_SPARSE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
