Iterative algorithms for solving linear systems, eigensystems, and singular value problems
-
Updated
Nov 18, 2024 - Julia
Iterative algorithms for solving linear systems, eigensystems, and singular value problems
Algebraic Multigrid in Julia
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.
Mulitprecision Arrays
Flexible, non-allocating Julia implementations of the CG and BiCGStab methods.
F-1 method
Lyapunov Cycle Detector is a collection of algorithms destined to study the basins of attraction of rational maps (that is, the Fatou and Julia sets). In particular, the main focus of LCD is in the detection of attracting n-cycles of said rational map and in computing its basins.
Numeric mathematics course on CTU inPrague 2021. Various iterative methods for finding solution to system of linear equations, using Julia.
A Julia package for solving linear systems and optimization problems using the Conjugate Gradient method
modification of GMRES adapted from JuliaLinearAlgebra/IterativeSolvers.jl
SPMR: A family of saddle-point minimal residual solvers
Add a description, image, and links to the iterative-methods topic page so that developers can more easily learn about it.
To associate your repository with the iterative-methods topic, visit your repo's landing page and select "manage topics."