blob: 4d96efbc3fec0b3dffaaaed92a9a84c4d62e1d7b [file] [log] [blame]
#ifndef _MULT_H_
#define _MULT_H_
void mul_complex(float *out, float *a, float *b, int len);
#endif /* _MULT_H_ */