]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Integration
numerical-analysis.cabal,doc: relicense to AGPL-3.0+
[numerical-analysis.git] / src / Integration /
2018-12-07 Michael Orlitzkysrc/Integration/Simpson.hs: fix monomorphism restrictio...
2018-12-07 Michael Orlitzkysrc/Integration/Gaussian.hs: fix monomorphism restricti...
2018-12-07 Michael Orlitzkysrc/Integration/Trapezoid.hs: fix monomorphism restrict...
2014-02-19 Michael OrlitzkyUse the element_sum2 function to sum the terms in Gauss...
2014-02-11 Michael OrlitzkyUpdate Integration.Gaussian to use zip2.
2014-02-08 Michael OrlitzkyRemove the "row" function which returned a vector inste...
2014-02-07 Michael OrlitzkyRename matmap to map2.
2014-02-05 Michael OrlitzkyImplement Gaussian quadrature and test it.
2014-02-05 Michael OrlitzkyAdd the Integration.Gaussian.nodes_and_weights function.
2014-02-04 Michael OrlitzkyAdd the Integration.Gaussian module where we begin...
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2013-07-21 Michael OrlitzkyFix a bunch of hlint warnings.
2013-02-21 Michael OrlitzkyFix compiler warnings and doctests.
2013-02-21 Michael OrlitzkyConvert Integration/Simpson.hs and Integration/Trapezoi...
2013-02-05 Michael OrlitzkyReplace (fromRational . toRational) with realToFrac...
2012-11-23 Michael OrlitzkyAdd Integration.Simpson implementing Simpson's rule...
2012-11-23 Michael OrlitzkyMove the partition function out of Integration.Trapezoi...
2012-11-21 Michael OrlitzkyAdd the Integration.Trapezoid module; import it in...