Skip to content

Commit c5b1e95

Browse files
committed
tweak README
1 parent 8ddc5d5 commit c5b1e95

1 file changed

Lines changed: 25 additions & 7 deletions

File tree

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,33 @@ see the [CRAN page](https://CRAN.R-project.org/package=spatstat.sparse).
1515

1616
### Functionality provided
1717

18-
The `spatstat.sparse` package is a small subset of code from
19-
original `spatstat` package, which has been documented and improved.
20-
It provides:
18+
The `spatstat.sparse` package
2119

22-
- a class of sparse three-dimensional arrays
23-
and standard operations on them.
20+
- defines a class of sparse three-dimensional arrays
21+
and supports standard operations on them.
2422

25-
- utility functions for matrix computations
23+
- provides utility functions for matrix computations
2624
that are common in statistics,
2725
such as quadratic forms.
2826

29-
- utilities for handling different types of array indices.
27+
It supports
28+
29+
- creation of sparse arrays from raw data (numeric, integer, logical, or complex values)
30+
31+
- conversion to/from other data types
32+
33+
- array indexing, extraction of entries, assignment of new values
34+
35+
- arithmetic and logical operations
36+
37+
- tensor operations (generalising matrix multiplication)
38+
39+
- permutation of array dimensions
40+
41+
- binding of several arrays into a single array
42+
43+
- printing of sparse arrays.
44+
45+
- linear algebra operations including calculation of quadratic forms,
46+
bilinear forms, fractional powers of a matrix.
47+

0 commit comments

Comments
 (0)