Module rblas::vector::ops
[−]
[src]
Wrappers for vector functions.
Traits
Asum |
Computes the sum of the absolute values of elements in a vector. |
Axpy |
Computes |
Copy | |
Dot |
Computes |
Dotc |
Computes |
Iamax |
Finds the index of the maximum element in a vector. |
Nrm2 |
Computes the L2 norm (Euclidian length) of a vector. |
Rot |
Applies a Givens rotation matrix to a pair of vectors, where |
Scal |
Computes |
Swap |
Swaps the content of |