File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ prototyping algorithms on a local computer for later running on a powerful serve
30
30
31
31
** PyPI package web page** is following [ link] ( https://pypi.org/project/pycubool/ ) .
32
32
33
- ### Features
33
+ ### Features Summary
34
34
35
35
- Matrix creation (empty, from data, with random data)
36
36
- Matrix-matrix operations (multiplication, element-wise addition, kronecker product)
@@ -43,7 +43,13 @@ prototyping algorithms on a local computer for later running on a powerful serve
43
43
- C API for performance-critical computations
44
44
- Python package for every-day tasks
45
45
46
- ## Simple example
46
+ ### Platforms
47
+
48
+ - Linux based OS (tested on Ubuntu 20.04)
49
+ - Windows (coming soon)
50
+ - macOS (coming soon)
51
+
52
+ ### Simple example
47
53
48
54
Create sparse matrices, compute matrix-matrix product and print the result to the output:
49
55
@@ -308,7 +314,7 @@ cuBool
308
314
title = {cuBool: sparse Boolean linear algebra for Nvidia Cuda},
309
315
year = 2020,
310
316
url = {https://github.com/JetBrains-Research/cuBool},
311
- note = {Version Alpha }
317
+ note = {Version 1.0.0 }
312
318
}
313
319
` ` `
314
320
You can’t perform that action at this time.
0 commit comments