Repository navigation

#

iterative-methods

Iterative algorithms for solving linear systems, eigensystems, and singular value problems

Julia
417
1 年前

BART: Toolbox for Computational Magnetic Resonance Imaging

C
338
4 天前

Algebraic Multigrid in Julia

Julia
128
10 天前

Julia code for the book Numerical Linear Algebra

Jupyter Notebook
127
3 年前

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.

Julia
121
1 个月前

A fast forward- and inverse kinematics solver for Arduino based on the FABRIK algorithm. The solver supports up to 4 DOF.

C++
108
25 天前

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.

Jupyter Notebook
45
4 年前

pySDC is a Python implementation of the spectral deferred correction (SDC) approach and its flavors, esp. the multilevel extension MLSDC and PFASST.

Jupyter Notebook
38
5 天前

An iterative machine learning framework for predicting temperature profiles for an additive manufacturing process

Jupyter Notebook
37
5 年前

Code for our work on pose-estimation using template 3D models.

Jupyter Notebook
33
6 年前

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.

C++
17
25 天前

General phase regularized MRI reconstruction using phase cycling

MATLAB
16
8 年前

Flexible, non-allocating Julia implementations of the CG and BiCGStab methods.

Julia
13
10 个月前

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

Python
11
7 年前