File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# LinearSolvers
22
3- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https ://EdelmanJonathan.github.io/LinearSolvers.jl/stable )
4- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https ://EdelmanJonathan.github.io/LinearSolvers.jl /dev)
5- [ ![ Build Status] ( https://github.com/EdelmanJonathan /LinearSolvers.jl/workflows/CI/badge.svg )] ( https://github.com/EdelmanJonathan /LinearSolvers.jl/actions )
6- [ ![ Coverage] ( https://codecov.io/gh/EdelmanJonathan /LinearSolvers.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/EdelmanJonathan /LinearSolvers.jl )
3+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( http ://linearsolve.sciml.ai/stale )
4+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( http ://linearsolve.sciml.ai /dev)
5+ [ ![ Build Status] ( https://github.com/SciML /LinearSolvers.jl/workflows/CI/badge.svg )] ( https://github.com/SciML /LinearSolvers.jl/actions )
6+ [ ![ Coverage] ( https://codecov.io/gh/SciML /LinearSolvers.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/SciML /LinearSolvers.jl )
77
88Fast implementations of linear solving algorithms in Julia that satisfy the SciML
99common interface. LinearSolve.jl makes it easy to define high level algorithms
1010which allow for swapping out the linear solver that is used while maintaining
1111maximum efficiency.
1212
1313For information on using the package,
14- [ see the stable documentation] ( https://nonlinearsolve .sciml.ai/stable/ ) . Use the
15- [ in-development documentation] ( https://nonlinearsolve .sciml.ai/dev/ ) for the version of
14+ [ see the stable documentation] ( https://linearsolve .sciml.ai/stable/ ) . Use the
15+ [ in-development documentation] ( https://linearsolve .sciml.ai/dev/ ) for the version of
1616the documentation which contains the unreleased features.
1717
1818## High Level Examples
You can’t perform that action at this time.
0 commit comments