Skip to content

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

License

Notifications You must be signed in to change notification settings

deltaeecs/IterativeSolvers.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative Solvers

Fork 自IterativeSolvers.jl。存在以下改动:

  1. Verbose 动态输出增加相对残差列,使收敛速度更直观;
  2. gmres 求解器的基向量空间允许 AbstractArray 以方便移植。

license Build Status Codecov Coveralls

IterativeSolvers is a Julia package that provides iterative algorithms for solving linear systems, eigensystems, and singular value problems.

Resources

Installing

To install the package, open the package manager in the REPL via ] and run

pkg> add IterativeSolvers

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%