Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

4.3.18 vsip_rvcmmul_p - Real Vector-Complex Matrix Multiplication

void vsip_rvcmmul_f(const vsip_vview_f* a, const vsip_cmview_f* b, 
                   vsip_major major, const vsip_cmview_f* r);
Description

This function performs a real vector-complex matrix multiplication. The operation performs either:

for all i from 0 to m -1 and j from 0 to n-1, where m is the number of rows and n is the number of columns in the matrix.

Parameters
Notes