File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11Indexing Functions and Utilities
22=======================================
33
4- The following functions are useful for performing indexing and oter associated operations.
4+ The following functions are useful for performing indexing and other associated operations.
55
66.. currentmodule :: blosc2
77
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ The following functions can be used for computing linear algebra operations with
1414 matrix_transpose
1515 diagonal
1616 outer
17+ concat
18+ stack
1719
1820
1921
@@ -25,3 +27,5 @@ The following functions can be used for computing linear algebra operations with
2527.. autofunction :: blosc2.linalg.matrix_transpose
2628.. autofunction :: blosc2.linalg.diagonal
2729.. autofunction :: blosc2.linalg.outer
30+ .. autofunction :: blosc2.concat
31+ .. autofunction :: blosc2.stack
You can’t perform that action at this time.
0 commit comments