73f83b31dc+survey over existing libs
mariomulansky
2011-06-29 12:20:28 +0000
59992e4397reconfigured bjam for windows
mariomulansky
2011-06-28 12:01:01 +0000
e83eecf8ecadded resizing to wrapper in ideas
mariomulansky
2011-06-26 14:03:29 +0000
bca94c1f24prototype implementation of state_wrapper idea and new resizing concept in ideas/state_wrapper
mariomulansky
2011-06-26 07:37:29 +0000
169d8db2c8changed gsl adapter to run with gsl_vector* instead of gsl_vector
mariomulansky
2011-06-25 12:15:18 +0000
ef82466c32added test case for gsl_vector
mariomulansky
2011-06-24 14:53:47 +0000
ffeb6aa9d3deleted adjust_size_callers (default_adjust_size , matrix_vector_adjust_size), vector-matrix resizing is now implemented simply by respective specializations of same_size and adjust_size - see ublas_resize.hpp
mariomulansky
2011-06-24 14:29:32 +0000
a7b7117addadjusted tests to run with msvc 10 rosenbrock4.cpp still fails with NULL pointer exception, see rosenbrock4_controller.hpp. Maybe add rosenbrock4_controller to copying tests to find out whats going on. However, on msvc 9 all tests run
mariomulansky
2011-06-12 00:49:10 +0000
28f1bd24bcrefactored generic steppers now all tests pass nicely
mariomulansky
2011-06-04 11:57:03 +0000
9e53352843added generic error stepper construct/copy tests fail, some refactoring required to fix this.
mariomulansky
2011-06-03 22:21:51 +0000
62647e9553added resizing tests for generic stepper
mariomulansky
2011-06-03 16:39:38 +0000
e55336c5fccopying of generic steppers now works
mariomulansky
2011-06-03 16:12:09 +0000
722cfd49c9added explicit_rk4_generic added copy constructor and assign operator to generic_rk, not finished yet - stepper_copying still fails due to missing deriv_type initializations
mariomulansky
2011-06-01 15:07:30 +0000
f69bdc4791Jamfile comments for generating doxygen documentation
karsten
2011-06-01 09:11:16 +0000
3bfdad59e6added algebra_caller and operations_caller for the generic stepper added performance tests for odeint_generic
mariomulansky
2011-05-30 15:37:06 +0000
28214d131acrude state wrapper implementation
mariomulansky
2011-05-29 17:54:29 +0000
24455d40d0tests now pass again with gcc and icc (sorry)
mariomulansky
2011-05-29 16:26:43 +0000
9c6539fba6improved generic stepper implementation - now uses range algebra. however, code is still a bit ugly...
mariomulansky
2011-05-28 12:24:46 +0000
997c8aee79some points in TODO for andrew
mariomulansky
2011-05-18 16:18:46 +0000
95c13f0987adams bashforth continued
karsten
2011-05-17 18:22:49 +0000
0757493c24initial check in for adams bashforth, is_pair moved to util and some small changes in the docs
karsten
2011-05-16 10:03:42 +0000
2f3ebd62efchanged std::tr1::array -> boost::array to be platform independent removed reference in taylor.hpp to make it compile with msvc
mariomulansky
2011-05-15 19:18:12 +0000
3d4f13fc48introducing the absolute value in taylor controller
karsten
2011-05-13 06:58:50 +0000
ee1829fa37fixed free mem bug
mariomulansky
2011-05-12 08:17:48 +0000
1783e8ae20reorganized test cases performance tests are killing me!!! it seems we get higher performance when using structs instead of functions for the rhs...
mariomulansky
2011-05-11 15:10:44 +0000