Searched refs:arm_mat_cholesky_f16 (Results 1 – 6 of 6) sorted by relevance
65 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f16( in arm_mat_cholesky_f16() function185 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f16( in arm_mat_cholesky_f16() function
77 MatrixFunctions/arm_mat_cholesky_f16.c
188 arm_status arm_mat_cholesky_f16(
78 arm_mat_cholesky_f16(&this->in1,&this->out); in test_mat_cholesky_dpo_f16()
537 status=arm_mat_cholesky_f16(&this->in1,&this->out); in test_mat_cholesky_dpo_f16()
1007 return arm_mat_cholesky_f16(src,dst); in cmsis_cholesky()