Module rblas::matrix_vector::ops
[−]
[src]
Wrappers for matrix-vector functions.
Traits
Gbmv |
General band matrix multiply with vector. |
Gemv |
General multiply with vector |
Ger |
General rank-1 update |
Gerc |
General rank-1 update (using hermitian conjugate) |
Hbmv |
Hermitian band matrix multiply with vector |
Hemv |
Hermitian multiply with vector |
Her |
Hermitian rank-1 update |
Her2 |
Hermitian rank-2 update |
Hpmv |
Hermitian packed matrix multiply with vector |
Hpr |
Hermitian packed matrix rank-1 update |
Hpr2 |
Hermitian packed matrix rank-2 update |
Sbmv |
Symmetric band matrix multiply with vector |
Spmv |
Symmetric packed matrix multiply with vector |
Spr |
Symmetric packed matrix rank-1 update |
Spr2 |
Symmetric packed matrix rank-2 update |
Symv |
Symmetric multiply with vector |
Syr |
Symmetric rank-1 update |
Syr2 |
Symmetric rank-2 update |
Tbmv |
Triangular band matrix multiply with vector |
Tbsv |
Solve triangular band matrix system |
Tpmv |
Triangular packed matrix multiply with vector |
Tpsv |
Solve triangular packed matrix system |