2021-10-07 18:54 | Merge branch 'master' of github.com:aftix/bacon | aftix | 1 | +2 | -2 |
2021-10-07 18:53 | Removed serialization for now (Was entirely broken) | aftix | 8 | +1 | -18 |
2021-02-27 17:21 | Merge pull request #5 from mvincent121212/master | aftix | 1 | +1 | -1 |
2021-02-25 15:21 | curve_fit params | aftix | 3 | +43 | -18 |
2021-02-01 17:05 | fixed clippy suggestions | aftix | 4 | +73 | -75 |
2021-02-01 16:41 | Merge pull request #4 from ChristopherRabotin/feature/export-interp-coeffs | aftix | 10 | +84 | -63 |
2021-01-30 15:38 | Bumped version | aftix | 2 | +1 | -4 |
2021-01-30 15:35 | Changed secant to Broyden | aftix | 4 | +227 | -123 |
2021-01-28 18:42 | added newton test | aftix | 1 | +32 | -1 |
2021-01-28 18:13 | Multivariate newton | aftix | 4 | +47 | -46 |
2021-01-20 21:21 | LM Method with exact jacobian | aftix | 2 | +258 | -8 |
2021-01-20 18:15 | Added LM method with finite differences | aftix | 16 | +247 | -30 |
2021-01-18 23:37 | ITP method | aftix | 3 | +124 | -5 |
2021-01-18 22:57 | Added Brent's method for root finding | aftix | 3 | +138 | -1 |
2021-01-17 21:49 | Linear least-squares regression | aftix | 2 | +103 | -0 |
2021-01-17 21:48 | Linear least-squares regression | aftix | 3 | +3 | -0 |
2021-01-17 16:00 | Moved away from lazy_static | aftix | 1 | +1 | -1 |
2021-01-17 15:58 | Merge pull request #2 from coolreader18/phf-codata | aftix | 5 | +393 | -1152 |
2021-01-16 21:28 | Updated readme | aftix | 1 | +82 | -2 |
2021-01-16 15:19 | Updated nalgebra version | aftix | 1 | +2 | -2 |
2021-01-02 15:11 | Bumped version | aftix | 1 | +1 | -1 |
2021-01-02 15:10 | Added bdf2 | aftix | 3 | +264 | -2 |
2021-01-02 15:03 | Adams2 added, fixed adams | aftix | 3 | +295 | -30 |
2021-01-02 14:29 | RK23 added | aftix | 3 | +302 | -3 |
2020-12-31 15:19 | Changed to VectorN | aftix | 2 | +112 | -68 |
2020-12-30 15:41 | Optimized RK45 | aftix | 3 | +195 | -117 |
2020-12-29 23:10 | TAU to PI | aftix | 1 | +2 | -2 |
2020-12-29 21:37 | fixed panic | aftix | 4 | +37 | -10 |
2020-12-29 21:23 | removed keywords | aftix | 1 | +1 | -1 |
2020-12-29 21:22 | Statically sized vectors | aftix | 14 | +388 | -312 |
2020-12-29 00:33 | Increased performance of RK45 and Adams | aftix | 3 | +44 | -19 |
2020-12-27 23:03 | Bumped version | aftix | 1 | +1 | -1 |
2020-12-27 23:02 | Laguerre integration | aftix | 4 | +161 | -5 |
2020-12-27 21:24 | tanh-sinh integration | aftix | 5 | +323 | -11 |
2020-12-27 21:04 | Updated hermite zeros and table | aftix | 4 | +279 | -76 |
2020-12-27 20:23 | Bumped version | aftix | 1 | +1 | -1 |
2020-12-27 20:23 | Changed to tables for quadrature | aftix | 5 | +5805 | -147 |
2020-12-27 16:59 | Changed to FnMut | aftix | 5 | +43 | -42 |
2020-12-27 16:41 | Bumped version | aftix | 1 | +1 | -1 |
2020-12-27 16:36 | Generic funcctions | aftix | 4 | +19 | -19 |
2020-12-26 17:21 | Laguerre method for polynomial roots | aftix | 6 | +230 | -201 |
2020-12-26 00:45 | Documentation | aftix | 2 | +29 | -28 |
2020-12-25 00:49 | Fixed needing explicit borrow | aftix | 5 | +26 | -26 |
2020-12-24 19:02 | Forgot bdf | aftix | 3 | +672 | -1 |
2020-12-24 19:02 | solve_ivp | aftix | 8 | +227 | -17 |
2020-12-24 18:35 | Moved to generic functions | aftix | 3 | +25 | -23 |
2020-12-24 18:17 | BDFs | aftix | 5 | +18 | -16 |
2020-12-23 18:14 | Added todo | aftix | 1 | +2 | -0 |
2020-12-23 16:42 | Added todo | aftix | 1 | +1 | -0 |
2020-12-23 16:20 | Chebyshev quadrature | aftix | 3 | +107 | -2 |
2020-12-23 15:24 | Forgot gaussian file | aftix | 1 | +142 | -0 |
2020-12-23 15:23 | Bumped version | aftix | 1 | +1 | -1 |
2020-12-23 15:23 | Gaussian-Hermite integration | aftix | 3 | +36 | -2 |
2020-12-23 14:59 | Hermite polynomial roots | aftix | 3 | +64 | -7 |
2020-12-22 16:52 | Ccahed conversions | aftix | 4 | +26 | -24 |
2020-12-22 16:44 | Gaussian integration | aftix | 7 | +139 | -62 |
2020-12-21 23:01 | Updated todo | aftix | 2 | +1 | -2 |
2020-12-21 22:49 | Added docs | aftix | 1 | +5 | -0 |
2020-12-21 22:46 | Adaptive simpson's rule | aftix | 3 | +124 | -4 |
2020-12-20 22:43 | More TODO items | aftix | 1 | +8 | -0 |
2020-12-20 22:30 | TODO | aftix | 2 | +46 | -0 |
2020-12-20 19:04 | Hermite interpolation more stable | aftix | 4 | +10 | -14 |
2020-12-19 18:35 | numeric integration | aftix | 4 | +47 | -4 |
2020-12-16 17:31 | updated readme | aftix | 2 | +2 | -1 |
2020-12-16 17:31 | chebyshev polynomial | aftix | 2 | +187 | -1 |
2020-12-16 17:14 | laguerre polynomial | aftix | 2 | +112 | -1 |
2020-12-16 16:49 | hermite polynomials | aftix | 2 | +123 | -1 |
2020-12-16 02:18 | Numeric differentiation | aftix | 6 | +114 | -1 |
2020-12-15 22:19 | Added copyright notices | aftix | 5 | +25 | -0 |
2020-12-15 19:20 | Clamped cubic spline | aftix | 3 | +142 | -8 |
2020-12-15 18:56 | Free cubic spline docs | aftix | 2 | +172 | -0 |
2020-12-15 18:52 | Free cubic spline docs | aftix | 1 | +1 | -1 |
2020-12-15 18:47 | Free cubic spline | aftix | 2 | +5 | -0 |
2020-12-15 00:42 | From implementations | aftix | 3 | +24 | -0 |
2020-12-13 21:27 | Special case linear polynomial multiplication | aftix | 2 | +39 | -55 |
2020-12-13 21:08 | Legendre polynomials | aftix | 7 | +116 | -1 |
2020-12-13 18:34 | New version | aftix | 1 | +1 | -1 |
2020-12-13 18:34 | Added hermite polynomials | aftix | 2 | +19 | -18 |
2020-12-13 18:26 | Fixed polynomial bug, beggining hermite interp | aftix | 3 | +91 | -7 |
2020-12-13 17:39 | Added lagrange interpolation | aftix | 3 | +70 | -1 |
2020-12-13 17:38 | Added lagrange interpolation | aftix | 3 | +39 | -0 |
2020-12-13 14:55 | Added adams documentation | aftix | 3 | +48 | -3 |
2020-12-13 14:44 | Fixed bug in adams | aftix | 2 | +9 | -7 |
2020-12-13 00:16 | Updated setting step size | aftix | 2 | +45 | -4 |
2020-12-13 00:01 | Added adams predictor-corrector | aftix | 4 | +400 | -583 |
2020-12-12 15:59 | Added runge-kutta documentation | aftix | 4 | +153 | -40 |
2020-12-12 04:02 | Added RK45 | aftix | 5 | +336 | -530 |
2020-12-11 23:53 | added ODESolver | aftix | 2 | +194 | -61 |
2020-12-11 17:12 | changed name | aftix | 6 | +16 | -17 |
2020-12-11 17:07 | Metadata | aftix | 1 | +3 | -0 |
2020-12-11 17:03 | Metadata | aftix | 1 | +2 | -0 |
2020-12-11 16:36 | added polynomial mult | aftix | 3 | +447 | -36 |
2020-12-10 19:16 | added readme | aftix | 1 | +8 | -0 |
2020-12-10 19:00 | polynomial roots | aftix | 2 | +200 | -8 |
2020-12-10 16:17 | polynomial negation | aftix | 1 | +21 | -0 |
2020-12-10 16:07 | polynomial divison | aftix | 2 | +129 | -8 |
2020-12-09 23:44 | Cleaned up with rustfmt | aftix | 16 | +3337 | -2167 |
2020-12-09 23:38 | impl FromIterator for Polynomial | aftix | 1 | +8 | -0 |
2020-12-09 23:35 | added polynomial! | aftix | 4 | +60 | -74 |
2020-12-09 22:53 | tested polynomial integration | aftix | 2 | +38 | -1 |
2020-12-09 17:22 | impl Zero for Polynomial | aftix | 1 | +44 | -29 |
2020-12-09 17:16 | Changed type constraints, muller now always uses complex arithmetic | aftix | 6 | +90 | -68 |
2020-12-09 16:37 | AbstractMagma, division by scalar | aftix | 2 | +99 | -1 |
2020-12-09 16:19 | overloaded polynomial operators | aftix | 5 | +531 | -23 |
2020-12-09 00:17 | added muller | aftix | 5 | +172 | -3 |
2020-12-08 22:49 | added polynomial docs | aftix | 6 | +251 | -0 |
2020-12-08 21:47 | Added polynomial | aftix | 2 | +2 | -0 |
2020-12-08 21:19 | Added steffensen method | aftix | 2 | +85 | -5 |
2020-12-08 20:34 | Removed panics | aftix | 4 | +104 | -72 |
2020-12-08 20:14 | Made adams generic | aftix | 1 | +104 | -77 |
2020-12-08 19:19 | Made runge kutta generic | aftix | 2 | +170 | -93 |
2020-12-08 18:17 | Made roots generic | aftix | 2 | +30 | -33 |
2020-12-08 17:49 | made example code work | aftix | 6 | +90 | -44 |
2020-12-08 17:11 | added license headers | aftix | 12 | +60 | -253 |
2020-12-08 17:07 | added license headers | aftix | 13 | +263 | -0 |
2020-12-08 16:55 | added MIT License | aftix | 1 | +21 | -0 |
2020-12-08 16:42 | added docs for roots | aftix | 1 | +89 | -0 |
2020-12-08 16:31 | added docs for adams | aftix | 3 | +114 | -11 |
2020-12-06 20:24 | added docs for euler, rk | aftix | 3 | +109 | -22 |
2020-12-06 19:41 | added secant method | aftix | 2 | +77 | -1 |
2020-12-06 19:16 | added newton's method | aftix | 2 | +59 | -6 |
2020-12-06 17:59 | added bisection method | aftix | 4 | +97 | -0 |
2020-12-04 21:38 | fixed some more timing | aftix | 1 | +5 | -8 |
2020-12-04 21:30 | fixed not incrementing time | aftix | 2 | +12 | -7 |
2020-12-04 21:05 | added adams integrators | aftix | 6 | +478 | -12 |
2020-12-04 18:19 | added runge-kutta-fehlberg | aftix | 2 | +189 | -9 |
2020-12-04 17:24 | made param state update based on k_1 | aftix | 1 | +9 | -0 |
2020-12-04 16:59 | Added euler and runge-kutta ivp | aftix | 9 | +311 | -5 |
2020-12-03 03:02 | added constants | aftix | 4 | +461 | -0 |