summaryrefslogtreecommitdiff
path: root/packages/sundials/src/Main.hs
AgeCommit message (Expand)Author
2018-03-25Remove -Wall from source files.Mathieu Boespflug
2018-03-25Make example --pedantic compliant.Mathieu Boespflug
2018-03-22With a specific implicit RK methodDominic Steinitz
2018-03-21Return the entire results matrix (as a vector)Dominic Steinitz
2018-03-21A library function + move towards the original hmatrix interfaceDominic Steinitz
2018-03-20The start of a libraryDominic Steinitz
2018-03-20Handle arbitrary systemsDominic Steinitz
2018-03-19Remove redundant importsDominic Steinitz
2018-03-19More removal of the Fortran wayDominic Steinitz
2018-03-19A working exampleDominic Steinitz
2018-03-18Check we are passed the correct valuesDominic Steinitz
2018-03-17Start of the correct (non_Fortran) wayDominic Steinitz
2018-03-15Now calling a part of the Haskell ODEDominic Steinitz
2018-03-15Start of copy of Fortran interfaceDominic Steinitz
2018-03-15Do not handle Jacobians yet and tidyDominic Steinitz
2018-03-14Now as a functionDominic Steinitz
2018-03-14The full almost entirely C example tidiedDominic Steinitz
2018-03-13Almost all the C exampleDominic Steinitz
2018-03-12Now builds with stack and cabalDominic Steinitz