Searched refs:arm_mat_cholesky_f64 (Results 1 – 9 of 9) sorted by relevance
32 status,res=dsp.arm_mat_cholesky_f64(a)
225 status,res=dsp.arm_mat_cholesky_f64(a)
61 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f64( in arm_mat_cholesky_f64() function217 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f64( in arm_mat_cholesky_f64() function
6 set(SRCF64 MatrixFunctions/arm_mat_cholesky_f64.c
48 arm_mat_cholesky_f64(&this->in1,&this->out); in test_mat_cholesky_dpo_f64()
671 arm_status arm_mat_cholesky_f64(
442 status=arm_mat_cholesky_f64(&this->in1,&this->out); in test_mat_cholesky_dpo_f64()
992 return arm_mat_cholesky_f64(src,dst); in cmsis_cholesky()
1961 arm_status returnValue = arm_mat_cholesky_f64(&src_converted,&dst_converted); in cmsis_arm_mat_cholesky_f64()