Crates.io | rsblas |
lib.rs | rsblas |
version | 0.1.5 |
source | src |
created_at | 2021-09-17 10:08:00.084897 |
updated_at | 2021-09-24 04:12:32.766023 |
description | BLAS in Rust. |
homepage | https://xiongzh.com |
repository | https://github.com/xiongzhen/rsblas |
max_upload_size | |
id | 452722 |
size | 1,235,924 |
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 |