|
NAMElis_vector_dot - calculate the Hermitian inner product of the vectorsSYNOPSIS#include "lis.h"LIS_INT lis_vector_dot(LIS_VECTOR x, LIS_VECTOR y, LIS_SCALAR *value); DESCRIPTIONCalculate the Hermitian inner product x^H y of vectors x and y.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |