blob: 4d96efbc3fec0b3dffaaaed92a9a84c4d62e1d7b [file] [log] [blame]
Thomas Tsou0a3dc4c2013-11-09 02:29:55 -05001#ifndef _MULT_H_
2#define _MULT_H_
3
4void mul_complex(float *out, float *a, float *b, int len);
5
6#endif /* _MULT_H_ */