From f481f7f62a5ea6ae9d197d79c9043a6bcbb2673c Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 3 Jul 2015 18:22:08 -0400 Subject: [PATCH] cmComplexTypes.h : Added complex arithmetic vector operations. --- cmComplexTypes.c | 42 ++++++++++++++++++++++++++++++++++++++++++ cmComplexTypes.h | 6 ++++++ 2 files changed, 48 insertions(+) create mode 100644 cmComplexTypes.c diff --git a/cmComplexTypes.c b/cmComplexTypes.c new file mode 100644 index 0000000..2929400 --- /dev/null +++ b/cmComplexTypes.c @@ -0,0 +1,42 @@ + + +void cmVOCR_MultVVV( cmComplexR_t* y, const cmComplex_t* x0, const cmComplexR_t* x1, unsigned n ) +{ + unsigned i; + for(i=0; i