]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Integration/Gaussian.hs
Update Integration.Gaussian to use zip2.
[numerical-analysis.git] / src / Integration / Gaussian.hs
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...