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

This manual is preliminary and incomplete.
While our Core implementation implements all functions given in the standard we are still working on completing this documentation.

Please refer to the VSIPL standard for a complete function reference of the Core profile until we have completed work on this documentation.

6.1.5 vsip_cmherm_p - Matrix Hermitian

void vsip_cmherm_f(const vsip_cmview_f *a, const vsip_cmview_f *c);
Description

This function computes the hermitian of a complex matrix A and stores the result in matrix C. The Hermitian operation exchanges the rows and columns of the matrix, such that element ci,j of the output matrix is equal to the conjugate of element ---
aj,i of the input matrix.

For an m ×n input matrix A, the output matrix C must be of size n ×m.

Parameters
Notes