Skip to content

Commit d2b6f17

Browse files
authored
Make unified docs more similar
1 parent bb1f9f4 commit d2b6f17

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

docs/src/index.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,12 @@
1-
# LinearSolve.jl: High-Performance Unified Linear Solvers
1+
# Overview
22

3-
LinearSolve.jl is a unified interface for the linear solving packages of
3+
LinearSolve.jl is a high-performance unified interface for the linear solving packages of
44
Julia. It interfaces with other packages of the Julia ecosystem
55
to make it easy to test alternative solver packages and pass small types to
66
control algorithm swapping. It also interfaces with the
77
[ModelingToolkit.jl](https://mtk.sciml.ai/dev/) world of symbolic modeling to
88
allow for automatically generating high-performance code.
99

10-
Performance is key: the current methods are made to be highly performant on
11-
scalar and statically sized small problems, with options for large-scale systems.
12-
If you run into any performance issues, please file an issue.
13-
14-
## Installation
15-
16-
To install LinearSolve.jl, use the Julia package manager:
17-
18-
```julia
19-
using Pkg
20-
Pkg.add("LinearSolve")
21-
```
22-
23-
## Contributing
24-
25-
- Please refer to the
26-
[SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://github.com/SciML/ColPrac/blob/master/README.md)
27-
for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit.
28-
- There are a few community forums:
29-
- the #diffeq-bridged channel in the [Julia Slack](https://julialang.org/slack/)
30-
- [JuliaDiffEq](https://gitter.im/JuliaDiffEq/Lobby) on Gitter
31-
- on the [Julia Discourse forums](https://discourse.julialang.org)
32-
- see also [SciML Community page](https://sciml.ai/community/)
33-
3410
## Roadmap
3511

3612
Wrappers for every linear solver in the Julia language is on the roadmap. If

0 commit comments

Comments
 (0)