27 skills found
zituitui / BELM[NeurIPS 2024] Official implementation of "BELM: Bidirectional Explicit Linear Multi-step Sampler for Exact Inversion in Diffusion Models".
MathWorks-Teaching-Resources / Numerical Methods With ApplicationsTeach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
ketch / RK OptA package for the design of numerical ODE solvers
woodward / IntegratorA numerical integrator written in Elixir for the solution of sets of non-stiff ordinary differential equations (ODEs).
Hazrat-Ali9 / Numerical Analysis With MATLAB✈ Numerical Analysis using MATLAB 🚁 Perfect students engineers 🛥 and researchers looking to 🚕 solve complex mathematical 🚒 problems computationally 🪆root finding interpolation 🎮 integration ODEs linear systems 🎳 plots error analysis 🧵 algorithm breakdowns and 🪀 visualizations academic projects 🧸 simulations and real-world applications🔫
benmaier / EpipackFast prototyping of infectious-disease models based on reaction equations. Analyze the ODEs analytically or numerically, or run stochastic simulations on networks/well-mixed systems.
raim / SBML OdeSolvera C library for symbolic and numerical analysis of a system of ordinary differential equations (ODEs) derived from a chemical reaction network encoded in the Systems Biology Markup Language (SBML)
olivierverdier / OdelabNumerical simulation of ODEs in python.
ncrump / NumericalMethodsA collection of numerical methods in Python. Includes root finding, interpolation, least squares, differentiation, integration, Monte Carlo, ODE solvers and a few extras.
sbesada / Java.math.numerical.libraryjava numerical library for Matrix, Integrals (numerical integration), derivatives (numerical differentiation), equations, ODE, polynomials, etc
wasitkrish / Computational PhysicsA collection of computational physics simulations implemented in GNU Octave, covering classical mechanics, orbital motion, and dynamical systems using numerical methods such as ODE solvers. This project focuses on visualizing physical phenomena through plots and simulations as part of a first-semester engineering curriculum.
qnikst / Numeric OdeHaskell numerical ODE solvers
tengjuilin / Intro Sci ComputingUW AMATH 301. Scientific computing and numerical methods for physical, biological, and engineering problems. Topics include root-finding, optimization, curve fitting, solving linear systems, singular value decomposition (SVD, PCA), numerical differentiation and integration, solving first-order and higher order ODEs, stability and stiffness of ODEs, phase portraits, chaotic systems, and Fourier transform.
chakravala / Adapode.jlAdaptive P/ODE numerics with Grassmann element TensorField assembly
slashdotfield / SpectralBPA Mathematica package for the numerical solution of ODE eigenvalue problems via a pseudospectral method using the Bernstein basis.
neuromethods / Fokker Planck Based Spike Rate ModelsRate model implementations for (adaptive) integrate-and-fire neurons based on the Fokker-Planck equation: (i) numerical (finite volume) solution of the full FP PDE, (ii) low-dim. ODE via spectral decomposition of the FP operator, (iii) low-dim. ODE via a linear-nonlinear cascade semianalytically fit to the FP model.
m4r35n357 / ODE Playgroundc99/Python frameworks to solve ODEs using arbitrary order Power Series Method (arbitrary precision with GNU MPFR), validate solutions using Clean Numerical Simulation, and plot bifurcation diagrams. Plus n-body simulations using composed symplectic integrators. OpenGL (legacy) 3D plotting. No Wayland support, for ever, and no "a1".
boschresearch / Numerics Independent Neural OdesCode accompanying the ICLR 2021 paper "ResNet After All? Neural ODEs and Their Numerical Solution"
missing-user / OdeBlogpost and web demos about numerical solutions to ODEs
blur3hq / TableauHeader-only C++17 library implementing explicit Runge–Kutta ODE integrators (RK4, RKF45, DOP853). Designed for production simulation with predictable numerical behavior, adaptive step control, dense output, and flexible state types. Zero runtime dependencies. CMake INTERFACE target.