Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Tanvir <84532306+muhammad-tanvir-1211@users.noreply.github.com>
  • Loading branch information
OuadiElfarouki and muhammad-tanvir-1211 authored Jan 3, 2024
1 parent 5f3240f commit fbcf50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ For all these operations:
| `_asum` | `sb_handle`, `N`, `vx`, `incx` [, `rs`] | Absolute sum of the vector `x`; written in `rs` if passed, else returned |
| `_axpy` | `sb_handle`, `N`, `alpha`, `vx`, `incx`, `vy`, `incy` | Vector multiply-add: `y = alpha * x + y` |
| `_copy` | `sb_handle`, `N`, `vx`, `incx`, `vy`, `incy` | Copies a vector to another: `y = x` |
| `_dot` | `sb_handle`, `N`, `sb`, `vx`, `incx`, `vy`, `incy` [, `rs`] | Dot product of two vectors `x` and `y`; added to `sb`` and written to `rs` if passed, else returned |
| `_dot` | `sb_handle`, `N`, `sb`, `vx`, `incx`, `vy`, `incy` [, `rs`] | Dot product of two vectors `x` and `y`; added to `sb` and written to `rs` if passed, else returned |
| `_sdsdot` | `sb_handle`, `N`, `vx`, `incx`, `vy`, `incy` [, `rs`] | Dot product of two vectors with double precision `x` and `y`; written in `rs` if passed, else returned |
| `_nrm2` | `sb_handle`, `N`, `vx`, `incx` [, `rs`] | Euclidean norm of the vector `x`; written in `rs` if passed, else returned |
| `_rot` | `sb_handle`, `N`, `vx`, `incx`, `vy`, `incy`, `c`, `s` | Applies a plane rotation to `x` and `y` with a cosine `c` and a sine `s` |
Expand Down

0 comments on commit fbcf50f

Please sign in to comment.