2018-12-07 |
Michael Orlitzky | src: import only instances from Prelude, where appropriate. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Michael Orlitzky | numerical-analysis.cabal: add BigFloat to exposed-modules. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Michael Orlitzky | numerical-analysis.cabal: update fixed-vector and docte... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Michael Orlitzky | Fix a bug in the relative error. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Michael Orlitzky | Remove some commented code from FEM.R1. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Michael Orlitzky | Add relative error functions to FEM.R1. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Michael Orlitzky | Add natural numbers up to N64. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Michael Orlitzky | Speed up the Cholesky factorization with a fold. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Michael Orlitzky | Add column synonyms up to Col32. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Michael Orlitzky | Add natural numbers up to N32. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Michael Orlitzky | Fix bugs in big_K, big_M. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michael Orlitzky | Add Mat6 and Mat7 synonyms. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michael Orlitzky | Remove solution', because what did it do? |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michael Orlitzky | Fix a few warnings. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michael Orlitzky | Commit whatever I was working on last and have forgotte... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Add a FEM.R1 example (should be moved into the tree... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Finish the FEM.R1 solution for Dirichlet boundary condi... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Require a matrix to be nonempty if we're going to QR... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Generalize the signature of zipwith2. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Use the element_sum2 function to sum the terms in Gauss... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Fix the type of zip2 to be more general. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Use the Col type synonym in the column Normed instance. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Fix the column matrix 1-norm (it was missing the absolu... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Michael Orlitzky | Add the list_plot' function to Piecewise. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Michael Orlitzky | Add 'coefficients' to FEM.R1 which solves the desired... |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Michael Orlitzky | Add a preliminary Piecewise module. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Michael Orlitzky | Define Col6...Col9 types in Linear.Matrix. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Michael Orlitzky | Export everything from Z to N20 from Naturals. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Michael Orlitzky | Fix the incorrect definition of "minor". |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Michael Orlitzky | Add big_K code to FEM.R1. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Michael Orlitzky | Use a better implementation of backwards_substitute. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Michael Orlitzky | Add Linear.Matrix.ifoldr2. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Implement forward substitute in terms of a fold. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Add Linear.Matrix.set_idx. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Update Integration.Gaussian to use zip2. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Generalize colzip and colzipwith to any matrices. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Fix backward_substitute. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Add reverse2 to Linear.Matrix. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Add Eq constraints throughout Linear.Iteration. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Michael Orlitzky | Add another test for 'cholesky'. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Michael Orlitzky | Add the imap2 function to Linear.Matrix. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Michael Orlitzky | Make safe indexing slower but not dependent on the... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Michael Orlitzky | Remove the "row" function which returned a vector inste... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Michael Orlitzky | Drop the 'column' function that returned a vector inste... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Michael Orlitzky | Rename matmap to map2. |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Michael Orlitzky | More progress on the 1d FEM, the "big F" vector is... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Michael Orlitzky | Add the 'ifoldl2' function to Linear.Matrix. |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Michael Orlitzky | Fix a typo. |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Michael Orlitzky | Add a bunch more natural numbers in the Naturals module. |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Michael Orlitzky | Add the (in progress) FEM.R1 module. |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Michael Orlitzky | Fix some docs in Roots.Simple. |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Michael Orlitzky | Implement Gaussian quadrature and test it. |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Michael Orlitzky | Rename zipcol to colzip. |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Michael Orlitzky | Add the Integration.Gaussian.nodes_and_weights function. |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Michael Orlitzky | Add zipcol and matmap functions in Linear.Matrix. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Michael Orlitzky | Add the Integration.Gaussian module where we begin... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Michael Orlitzky | Add comments to Linear.QR about non-convergence. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Michael Orlitzky | Finish the eigenvectors_symmetric tests. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Michael Orlitzky | Add the eigenvectors_symmetric function and begin writi... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Michael Orlitzky | Implement the QR algorithm for computing eigenvalues. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Michael Orlitzky | Add type synonyms for column/row matrices. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Michael Orlitzky | Small cleanups in Linear.Vector. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Michael Orlitzky | Clean up imports everywhere. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Michael Orlitzky | Add tolerant versions of is_{upper,lower}_triangular. |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | Add a Normed instance for (Vec n a). |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | Switch Linear.Vector to the numeric prelude and add... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | Remove old comment from Normed. |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | Add the Frobenius norm to Linear.Matrix. |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | Add the Linear.QR module and update the ghci/cabal... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | New function: Linear.Matrix.identity_matrix. |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Michael Orlitzky | Fix implementation of Linear.Matrix.construct. |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Michael Orlitzky | Add the Polynomials.Orthogonal module. |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Michael Orlitzky | Bump dependencies. |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Michael Orlitzky | Add the rayleigh_quotient function. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Add Gauss-Seidel and SOR iterative methods. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Rename 'diagonal' to 'diagonal_part'. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Fix a bunch of hlint warnings. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Update ghci/cabal files to load the new module. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Add the Linear.Iteration module. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Add another example for forward_substitute. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Add 'diagonal' function. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Michael Orlitzky | Constrain Normed instance to column vectors (m-by-1... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Michael Orlitzky | Add the unit_roundoff function. |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Michael Orlitzky | Update numeric-prelude and fixed-vector. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Michael Orlitzky | Get determinants working. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Michael Orlitzky | Replace the whole Matrix implementation with something... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Michael Orlitzky | Add Vec1, Vec4, Vec5 aliases. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Michael Orlitzky | Add triangular functions, determinant, minor (all half... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Michael Orlitzky | Add the Linear.System module. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Michael Orlitzky | Add the delete function to Vector.hs. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael Orlitzky | Fix compiler warnings and doctests. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael Orlitzky | Convert scalars to 1x1 vectors. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael Orlitzky | A huge pile of crap upon Matrix/Vector. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael Orlitzky | Update .ghci. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael Orlitzky | Remove assumptions on the Normed class. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael Orlitzky | Convert Integration/Simpson.hs and Integration/Trapezoi... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael Orlitzky | Use RealField/RealRing where possible instead of their... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael Orlitzky | Rename Aliases.hs to BigFloat.hs, now containing numeri... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael Orlitzky | Make the partition function work with numeric-prelude. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael Orlitzky | Add numeric-prelude to the deps. |
commit | commitdiff | tree | snapshot |
next |