Commit | Author | Summary |
79d3e32548 | Adrian Pop | fix MSVC compilation of new added solver - remove jacobian variable (not used) - MSVC 2010 does not support definition of variables with size from local or stack variables, use malloc/free instead |
8ce7212e96 | Adrian Pop | fix MSVC build of simulation runtime C - jacobian is not used, comment it out for now - the MSVC 2010 does not support declarations of variables using sizes from local stack variables |
0ebf1ec80d | kbalzereit | added new solver irksco |
0dbd1e9718 | kbalzereit | added improved symbolical inline solver |