Changes between Version 3 and Version 4 of Diva
- Timestamp:
- Mar 27, 2009, 3:31:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Diva
v3 v4 31 31 Wissenschaft und Technik Verlag, Berlin, Germany, pp. 621–626. 32 32 33 == Requirements == 33 34 35 DIVA uses some commercial libraries for numerical computation. However it can be compiled without these libraries, resulting in a working simulator with limited functionality. [[BR]] 36 Especially some integrators and optimization and parameter estimation routines will not work. 34 37 35 38 * The [http://www.cse.clrc.ac.uk/nag/hsl/ Harwell Sparse Matrix Library] is used for solving of linearized systems in some integrators (e.g. routine MA48) 39 * The [http://www.nag.co.uk/numeric/fl/FLdescription.asp NAG Fortran Library] is used especially for dynamic and steady-state optimization. This includes also parameter estimation, but therefore also a free genetic algorithm is available.