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
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,25 @@ Generic Numerical Library for Science and Machine Learning.
11
11
Contents
12
12
--------
13
13
14
-
-`mir.ndslice`[Multidimensional Random Access Ranges and Arrays](http://dlang.org/phobos-prerelease/std_experimental_ndslice.html)
15
-
-`mir.las.sum` Functions and Output Ranges for Summation Algorithms. Works with user-defined types.
16
-
- Precise algorithm: improved analog of Python's `fsum`
17
-
- Pairwise algorithm: fast version for Input Ranges
18
-
- Kahan, KBN, and KB2 algorithms
19
-
-`mir.combinatorics` Combinations, combinations with repeats, cartesian power, permutations.
14
+
-`mir.ndslice`[Multidimensional Random Access Ranges and Arrays](http://dlang.org/phobos-prerelease/std_experimental_ndslice.html)
15
+
-`mir.sparse` Sparse Tensors
16
+
-`Sparse` - DOK format
17
+
- Different ranges for COO format
18
+
-`CompressedTensor` - CSR/CSC formats
19
+
-`mir.sparse.blas` - Sparse BLAS for `CompressedTensor`
20
+
-`mir.model.lda.hoffman` - Online variational Bayes for latent Dirichlet allocation (Online VB LDA) for sparse documents. LDA is used for topic modeling.
21
+
-`mir.combinatorics` Combinations, combinations with repeats, cartesian power, permutations.
22
+
-`mir.las.sum` Functions and Output Ranges for Summation Algorithms. Works with user-defined types.
23
+
- Precise algorithm: improved analog of Python's `fsum`
24
+
- Pairwise algorithm: fast version for Input Ranges
25
+
- Kahan, KBN, and KB2 algorithms
26
+
-`mir.blas` - this is slow snail, it is for experiments with BLAS API. Don't use for now.
27
+
20
28
21
29
### In progress
22
30
23
-
-`mir.sparse` Sparse Tensors (see sparse branch and `v0.15.1-beta2`+)
0 commit comments