File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ see the [CRAN page](https://CRAN.R-project.org/package=spatstat.sparse).
1717
1818The ` spatstat.sparse ` package
1919
20- - defines a class of sparse three-dimensional arrays
20+ - defines a class of ** sparse three-dimensional arrays**
2121 and supports standard operations on them.
2222
23- - provides utility functions for matrix computations
23+ - provides ** utility functions for matrix computations**
2424 that are common in statistics,
2525 such as quadratic forms.
2626
27- It supports
27+ For sparse three-dimensional arrays, the package supports
2828
2929 - creation of sparse arrays from raw data (numeric, integer, logical, or complex values)
3030
@@ -42,6 +42,12 @@ It supports
4242
4343 - printing of sparse arrays.
4444
45+ For computation with matrices and sparse matrices, the package supports
46+
4547 - linear algebra operations including calculation of quadratic forms,
4648 bilinear forms, fractional powers of a matrix.
4749
50+ - generating simulated realisations of a Markov chain
51+ with transition probabilities given by a sparse matrix.
52+
53+
You can’t perform that action at this time.
0 commit comments