Searched refs:arm_mat_cholesky_f32 (Results 1 – 9 of 9) sorted by relevance
28 status,res=dsp.arm_mat_cholesky_f32(a)
221 status,res=dsp.arm_mat_cholesky_f32(a)
73 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f32( in arm_mat_cholesky_f32() function193 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f32( in arm_mat_cholesky_f32() function368 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f32( in arm_mat_cholesky_f32() function
19 MatrixFunctions/arm_mat_cholesky_f32.c
684 arm_status arm_mat_cholesky_f32(
79 arm_mat_cholesky_f32(&this->in1,&this->out); in test_mat_cholesky_dpo_f32()
999 return arm_mat_cholesky_f32(src,dst); in cmsis_cholesky()
585 status=arm_mat_cholesky_f32(&this->in1,&this->out); in test_mat_cholesky_dpo_f32()
1920 arm_status returnValue = arm_mat_cholesky_f32(&src_converted,&dst_converted); in cmsis_arm_mat_cholesky_f32()