mir.glas.l2

Level 2

This is a submodule of mir.glas.

The Level 2 BLAS perform matrix-vector operations.

Note: GLAS is singe thread for now.

Matrix-vector operations

Function NameDescription
gemvgeneral matrix-vector multiplication, partially optimized

Members

Functions

gemv
void gemv(C alpha, Slice!(const(A)*, 2, kindA) asl, Slice!(const(B)*, 1, kindB) xsl, C beta, Slice!(C*, 1, kindC) ysl)

DRAFT Performs general matrix-vector multiplication.

Meta

Authors

Ilya Yaroshenko