6 releases
| 0.1.5 | Sep 24, 2021 |
|---|---|
| 0.1.4 | Sep 22, 2021 |
#782 in Machine learning
1MB
555 lines
Contains (WOFF font, 190KB) doc/FiraSans-Medium.woff, (WOFF font, 135KB) doc/FiraSans-Medium.woff2, (WOFF font, 185KB) doc/FiraSans-Regular.woff, (WOFF font, 130KB) doc/FiraSans-Regular.woff2, (WOFF font, 94KB) doc/SourceSerifPro-Bold.ttf.woff, (WOFF font, 89KB) doc/SourceSerifPro-Regular.ttf.woff and 3 more.
rsblas, BLAS in Rust
LEVEL 1
| Function Group | Data Type | Description |
|---|---|---|
| ?asum | s,d | Sum of vector magnitues |
| ?axpy | s,d | adds a scalar multiple of a vector to another vector |
| ?copy | s,d | copies a vector into another vector |
| ?dot | s,d | computes a dot product (inner product) of two vectors |
| ?rot | s,d | Plane rotation of points |
| ?rotg | s,d | Construct Givens plane rotation |
| ?scal | s,d | Vector-scalar product |
| ?swap | s,d | swaps two vectors |