You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,6 @@ This package ships as part of the Julia stdlib.
20
20
21
21
SparseArrays.jl provides functionality for working with sparse arrays in Julia.
22
22
23
-
## Using development versions of this package
24
-
25
-
To use a newer version of this package, you need to build Julia from scratch. The build process is the same as any other build except that you need to change the commit used in `stdlib/SparseArrays.version`.
26
-
27
-
It's also possible to load a development version of the package using [the trick used in the Section named "Using the development version of Pkg.jl" in the `Pkg.jl` repo](https://github.com/JuliaLang/Pkg.jl#using-the-development-version-of-pkgjl), but the capabilities are limited as all other packages will depend on the stdlib version of the package and will not work with the modified package.
28
-
29
-
The main environment may become inconsistent so you might need to run `Pkg.instantiate()` and/or `Pkg.resolve()` in the main or project environments if Julia complains about missing `Serialization.jl` in this package's dependencies.
30
-
31
-
For older (1.8 and before) `SuiteSparse.jl` needs to be bumped too.
32
-
33
23
## Updating SuiteSparse
34
24
35
25
In order to upgrade SparseArrays.jl to use a new release of SuiteSparse, the following steps are necessary:
Copy file name to clipboardExpand all lines: docs/src/index.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,20 +206,6 @@ section of the standard library reference.
206
206
|[`sprandn(m,n,d)`](@ref)|[`randn(m,n)`](@ref)| Creates a *m*-by-*n* random matrix (of density *d*) with iid non-zero elements distributed according to the standard normal (Gaussian) distribution. |
207
207
|[`sprandn(rng,m,n,d)`](@ref)|[`randn(rng,m,n)`](@ref)| Creates a *m*-by-*n* random matrix (of density *d*) with iid non-zero elements generated with the `rng` random number generator |
208
208
209
-
## [Sparse Linear Algebra](@id stdlib-sparse-linalg)
210
-
211
-
Sparse matrix solvers call functions from [SuiteSparse](http://suitesparse.com). The following factorizations are available:
0 commit comments