-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove xdot_old_ * Update steadystateproblem.cpp * make newton solver a class attribute * Update include/amici/steadystateproblem.h Co-authored-by: Daniel Weindl <[email protected]> * replace x_, sx_ and t_ by respective state members * add state initializzation, more cleanup * clang format * c++14 * cleanup * fixups * cleanup * fixup * cleanup & more model updating * remove model as attribute from newton solver * cleanup newton solver * cleanup & add reinitialization * fix doc * fix dims * Update include/amici/steadystateproblem.h Co-authored-by: Dilan Pathirana <[email protected]> * fixup & remove numlinsteps * fixup * fix matlab * cleanup test hdf5 * fix doc * fixup * fixup merge * fix doc add more const * fix code smells and nonnegativity check * fixup * revert expected results, fixup * fixup * clang format * Update src/newton_solver.cpp Co-authored-by: Daniel Weindl <[email protected]> * fixup * fix matlab Co-authored-by: Daniel Weindl <[email protected]> Co-authored-by: Dilan Pathirana <[email protected]>
- Loading branch information
1 parent
93798eb
commit f5e5258
Showing
22 changed files
with
645 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.