Changeset 667 for exactrbn/trunk
- Timestamp:
- 20/06/08 13:24:34 (2 years ago)
- Location:
- exactrbn/trunk
- Files:
-
- 1 removed
- 3 modified
-
lib (deleted)
-
src/calibrate.cpp (modified) (1 diff, 1 prop)
-
src/lapack_leqn.h (modified) (2 diffs, 1 prop)
-
src/rbn_solve.h (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
exactrbn/trunk/src/calibrate.cpp
- Property svn:keywords changed from author date id revision to author date id revision url Rev Revision
r665 r667 1 /* $ Header: /home/tapted/cvstemp/cvs/exactrbn/src/calibrate.cc,v 7.2 2005/03/08 04:53:43 tapted Exp$ */2 3 /**\file calibrate.c c1 /* $Id$ $URL$ */ 2 3 /**\file calibrate.cpp 4 4 * A screen calibration program using / demonstrator of 5 5 * an exact-interpolation radial basis function neural network. 6 6 * 7 7 * \author Trent Apted <tapted@it.usyd.edu.au> 8 * \version $Revision : 7.2$8 * \version $Revision$ 9 9 * \date $Date$ 10 10 */ -
exactrbn/trunk/src/lapack_leqn.h
- Property svn:keywords changed from author date id revision to author date id revision url Rev Revision
r458 r667 1 /* $ Header: /home/tapted/cvstemp/cvs/exactrbn/src/lapack_leqn.h,v 7.2 2005/03/08 04:53:43 tapted Exp$ */1 /* $Id$ $URL$ */ 2 2 #ifndef LAPACK_LEQN_DOT_AITCH 3 3 #define LAPACK_LEQN_DOT_AITCH … … 7 7 * 8 8 * \author Trent Apted <tapted@it.usyd.edu.au> 9 * \version $Revision : 7.2$9 * \version $Revision$ 10 10 * \date $Date$ 11 11 * -
exactrbn/trunk/src/rbn_solve.h
- Property svn:keywords changed from author date id revision to author date id revision url Rev Revision
r609 r667 1 /* $ Header: /home/tapted/cvstemp/cvs/exactrbn/src/rbn_solve.h,v 7.2 2005/03/08 04:53:43 tapted Exp$ */1 /* $Id$ $URL$ */ 2 2 #ifndef RBN_SOLVE_DOT_AITCH 3 3 #define RBN_SOLVE_DOT_AITCH … … 8 8 * 9 9 * \author Trent Apted <tapted@it.usyd.edu.au> 10 * \version $Revision : 7.2$10 * \version $Revision$ 11 11 * \date $Date$ 12 12 *
