You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Source/SupportFunctions
Christophe Favergeon aa43cfb6dd CMSIS-DSP: Added some support functions.
entropy, Kullback-Leibler, LogSumExp, Dot product using LogSumExp
weighted sum, barycenter.
6 years ago
..
CMakeLists.txt CMSIS-DSP: New testing framework 7 years ago
SupportFunctions.c Updated file versions, dates and copyright headers. 7 years ago
arm_barycenter_f32.c CMSIS-DSP: Added some support functions. 6 years ago
arm_copy_f32.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_copy_q7.c Updated file versions, dates and copyright headers. 7 years ago
arm_copy_q15.c Updated file versions, dates and copyright headers. 7 years ago
arm_copy_q31.c Updated file versions, dates and copyright headers. 7 years ago
arm_fill_f32.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_fill_q7.c Updated file versions, dates and copyright headers. 7 years ago
arm_fill_q15.c Updated file versions, dates and copyright headers. 7 years ago
arm_fill_q31.c Updated file versions, dates and copyright headers. 7 years ago
arm_float_to_q7.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_float_to_q15.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_float_to_q31.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_q7_to_float.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_q7_to_q15.c Updated file versions, dates and copyright headers. 7 years ago
arm_q7_to_q31.c Updated file versions, dates and copyright headers. 7 years ago
arm_q15_to_float.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_q15_to_q7.c Updated file versions, dates and copyright headers. 7 years ago
arm_q15_to_q31.c Updated file versions, dates and copyright headers. 7 years ago
arm_q31_to_float.c Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
arm_q31_to_q7.c Updated file versions, dates and copyright headers. 7 years ago
arm_q31_to_q15.c Updated file versions, dates and copyright headers. 7 years ago
arm_weighted_sum_f32.c CMSIS-DSP: Added some support functions. 6 years ago