2366 Commits (ec0d2008a2bcf3a5536ced5bf52bbc588e21faa5)
 

Author SHA1 Message Date
Yoonku Hwang e1559fe5e1 add comment for ab4 10 years ago
Yoonku Hwang 98c0a7004b add adams-bashforth 4th order method 10 years ago
Yoonku Hwang 93ddbe6337 changed initialization method (optimal rk2 -> rk2) 10 years ago
Yoonku Hwang 7de883a41a done Adams-Bashforth second order method to solve ODE 10 years ago
Yoonku Hwang 72e9d21040 change schem to fill y1 step ( need to convergence test ) 10 years ago
Yoonku Hwang 467717436b partially fixed (not enough order of convergence) 10 years ago
Yoonku Hwang 75dd96c987 blowing up error when adding second order AB method 10 years ago
Yoonku Hwang 40e32aaf57 add Adams-Bashforth First Order(same as Euler method) solver and test 10 years ago
Yoonku Hwang d31e1ed327 rename file 10 years ago
Christoph Ruegg 280d09f0f3 Merge pull request #394 from yoon-gu/odesolver 11 years ago
Yoonku Hwang dc75e1589c change NUnit using lines 11 years ago
Yoonku Hwang b2c3fcaf32 add comments and check the error convergence 11 years ago
Yoonku Hwang 72ed2931fe typo 11 years ago
Yoonku Hwang b204ac0dcf add RK2 and RK4 to solve ODE System 11 years ago
Yoonku Hwang 02a0af61a2 add RK4 and its test to verify convergence order 11 years ago
Yoonku Hwang 1bbe6c897a add RK2 and its test to verify RK2 erro convergence order 11 years ago
Christoph Ruegg 4614132d03 Release v3.11.1 11 years ago
Christoph Ruegg ebbe6d8da1 Linear Algebra: fix bug in Vector.ToVectorString if the first column is wider than maxWidth #387 11 years ago
Christoph Ruegg bc3cd95dfd Build: upgrade to NUnit 3.2.1 and revert usage of extern alias as no longer needed 11 years ago
Christoph Ruegg b3bb2d1e73 Linear Algebra: fix bug in sparse vector pointwise multiply/divide to itself #390 11 years ago
Christoph Ruegg 0b6d5c852f Merge pull request #385 from mjmckp/master 11 years ago
Christoph Ruegg 112d371ec8 Release Data Extensions v3.2.0 11 years ago
Christoph Ruegg 94935977ac Merge pull request #389 from OpportunityLiu/master 11 years ago
liuzh 5924f068a3 reduce memory usage of parsing. 11 years ago
matthew-peacock d3efddae52 Fix indirect dependencies on native dlls 11 years ago
Christoph Ruegg 8291d7b619 Build: fix 'test quick' test category filter 11 years ago
Christoph Ruegg b866a4cb32 Build: try migrating to NUnit v3.2 (from v2) 11 years ago
Christoph Ruegg ced3049437 Tests: disable 4 tests which Mono is known to have problems with 11 years ago
Christoph Ruegg 49a1bb740b Build: file permissions 11 years ago
Christoph Ruegg ef6210e007 Build: CI and soft dependencies 11 years ago
Christoph Ruegg 8d0d8610f4 Build: try to run quick tests on Mono again 11 years ago
Christoph Ruegg 2611f852c7 Docs: typo 11 years ago
Christoph Ruegg 45b1f36dad Build: clarify need to run restore.cmd once when using VisualStudio 11 years ago
Christoph Ruegg d31dce972a Build: update build tools, fix native provider unit test project references 11 years ago
Christoph Ruegg 9aaa8e9015 Build: update Paket bootstrapper 11 years ago
Christoph Ruegg 36a46bd7fc Cleanup: no longer mention CodePlex in file headers, deprecate its release archive 11 years ago
Christoph Ruegg 4f6d42d061 Release v3.11.0 11 years ago
Christoph Ruegg 5e444fd5f0 Merge pull request #375 from hickford/patch-1 11 years ago
Christoph Ruegg d63d47e6ff Integration: align Integrate-facade functions with use cases 11 years ago
Christoph Ruegg d9ca9d457b Merge pull request #371 from larzw/feature/Gauss-Legendre 11 years ago
Christoph Ruegg b1cfcb5f85 Quaternion: minor tweaks, opt-out unclear functions from SemVer with Obsolete attribute 11 years ago
Christoph Ruegg 19e43c7209 Quaternion: changed norm definition to sqrt #367 11 years ago
Larz White f3632a1cac Switched to using properties for the order and InvervalBegin/IntervalEnd. 11 years ago
Mirth Hickford bc269299c9 Update MKL.md 11 years ago
Larz White 630c0d4879 Exposed Gauss-Legendre 1D and 2D integration methods to MathNet.Numerics.Integrate and added NUnit tests for them. 11 years ago
Larz White 3401cac8d7 Made the cached field thread safe 11 years ago
Larz White e60cb1af1b Moved the caching to the factory, thereby making the rule stateless 11 years ago
Larz White 4f64aa52ab Fixed typo in TargetFunctionB 11 years ago
Christoph Ruegg e67b89b40d Merge pull request #374 from kjbartel/LazyProvider 11 years ago
Christoph Ruegg e6b9ee0763 Quaternion: move type definition outside of module 11 years ago