Skip to content

Commit 3f30cf0

Browse files
committed
tweak README
1 parent 1405bbd commit 3f30cf0

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ see the [CRAN page](https://CRAN.R-project.org/package=spatstat.sparse).
1717

1818
The `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+

0 commit comments

Comments
 (0)