]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Integration/Gaussian.hs
src/Integration/Gaussian.hs: fix monomorphism restriction warnings.
[numerical-analysis.git] / src / Integration / Gaussian.hs
2018-12-07 Michael Orlitzkysrc/Integration/Gaussian.hs: fix monomorphism restricti...
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...