24 #ifndef apply_large_kerel_to_input_AVX_H 25 #define apply_large_kerel_to_input_AVX_H 27 #include <immintrin.h> 33 __m256d
get_AVX_vector(
double* element_outer,
double* element_inner);
35 __m256d
complex_mult_AVX(__m256d input_vec, __m256d unitary_row_vec, __m256d neg);
Header file of complex array storage array with automatic and thread safe reference counting...
Class to store data of complex arrays and its properties.
Header file for commonly used functions and wrappers to CBLAS functions.