iterative-methods
There are 131 repositories under iterative-methods topic.
algorithmicsuperintelligence/openevolve
Open-source implementation of AlphaEvolve
shyamsaktawat/OpenAlpha_Evolve
OpenAlpha_Evolve is an open-source Python framework inspired by the groundbreaking research on autonomous coding agents like DeepMind's AlphaEvolve.
JuliaLinearAlgebra/IterativeSolvers.jl
Iterative algorithms for solving linear systems, eigensystems, and singular value problems
mrirecon/bart
BART: Toolbox for Computational Magnetic Resonance Imaging
deepgraph/deepgraph
Analyze Data with Pandas-based Networks. Documentation:
JuliaLinearAlgebra/AlgebraicMultigrid.jl
Algebraic Multigrid in Julia
EricDarve/numerical_linear_algebra
Julia code for the book Numerical Linear Algebra
ctkelley/SIAMFANLEquations.jl
This is a Julia package of nonlinear solvers. These codes are used in my book, Solving Nonlinear Equations with Iterative Methods: Solvers and Examples in Julia.
henriksod/Fabrik2DArduino
A fast forward- and inverse kinematics solver for Arduino based on the FABRIK algorithm. The solver supports up to 4 DOF.
ocramz/sparse-linear-algebra
Numerical computation in native Haskell
louisfb01/iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Parallel-in-Time/pySDC
pySDC is a Python implementation of the spectral deferred correction (SDC) approach and its flavors, esp. the multilevel extension MLSDC and PFASST.
NU-CUCIS/ml-iter-additive
An iterative machine learning framework for predicting temperature profiles for an additive manufacturing process
val-iisc/pose_estimation
Code for our work on pose-estimation using template 3D models.
ChASE-library/ChASE
This repository mirrors the principal Gitlab repository of the Chebyshev Accelerated Subspace iteration Eigensolver. If you want to contribute as developer to this project please contact e.di.napoli@fz-juelich.de.
mikgroup/phase_cycling
General phase regularized MRI reconstruction using phase cycling
mcovalt/ConjugateGradients.jl
Flexible, non-allocating Julia implementations of the CG and BiCGStab methods.
ctkelley/MultiPrecisionArrays.jl
Mulitprecision Arrays
lathestudent/Direct-and-Iterative-Solver-of-Linear-Systems
In this paper, we will be evaluating numerical methods for direct and iterative solvers of linear systems. From class we have discussed the various methods; Gauss elimination with pivoting techniques, Jacobi Iterative Method, Gauss-Seidel Iterative Method, Successive Over-Relaxation Method, Iterative Refinement Method, and Conjugate Gradient Method. In this paper, using Python programming language, we will discuss how each method evaluates various linear systems of equations, and then we will discuss the complexity, accuracy, and stability of each method
WernerDinges/VCIDSpice
Matrix-free SPICE model
carlosalvarezh/Metodos_Numericos
Curso de Métodos Numéricos empleando las herramientas Jupyter Notebook y programado en Python V3.11
halterw/A_simple_computer_program
A simple computer program for calculating stress and strain rate in 2D viscous inclusion-matrix systems
tmathis720/kryst
High-performance Krylov subspace and preconditioned iterative solvers for dense and sparse linear systems
chaeger/DensE
A MATLAB toolbox for density evolution
zhgulden/numerical_methods
Introduction to Numerical methods
Gopal-Dahale/Load-flow-analysis
Solving the load flow problem using Guass-Seidel iterative method. Written in C++.
kaaja/ComputationalPhysics
Computatinal physics University of Oslo
cheny16/Parallel_GMRES
Parallel GMRES for solving sparse linear systems
choward1491/AdjointOptimalControl
Approximation algorithm to solve Optimal Control problems using the Adjoint Method. Assumes your controller is based on a parametric model. Uses Forward-Backward-Sweep adjoint method.
dc-fukuoka/bicgstab
asymmetric linear system solver by using BiCGSTAB method with diagonal preconditioning.
RaoUmer/ISRResCNet
Code repo for "Deep Iterative Residual Convolutional Network for Single Image Super-Resolution" (ICPR 2020).
real-space/juRS
Real-space grid Density Functional Theory for large systems
shishnk/mathCore
Математическая библиотека для численных методов
UK-MAC/TeaLeaf_CUDA
Version of TeaLeaf using CUDA
mrsladoje/HundDB
A complete LSM tree key-value storage engine written in Go. Implements SSTables, memtables, and write-ahead logging with a modern Wails and React desktop interface
SaschaAlex/Laplacian-Solver
A simple laplacian solver using iterative methods written in c++