Home
last modified time | relevance | path

Searched refs:arm_mat_cholesky_f64 (Results 1 – 9 of 9) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/
Ddebug.py32 status,res=dsp.arm_mat_cholesky_f64(a)
Dtestdsp5.py225 status,res=dsp.arm_mat_cholesky_f64(a)
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_cholesky_f64.c61 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f64( in arm_mat_cholesky_f64() function
217 ARM_DSP_ATTRIBUTE arm_status arm_mat_cholesky_f64( in arm_mat_cholesky_f64() function
DConfig.cmake6 set(SRCF64 MatrixFunctions/arm_mat_cholesky_f64.c
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DUnaryF64.cpp48 arm_mat_cholesky_f64(&this->in1,&this->out); in test_mat_cholesky_dpo_f64()
/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h671 arm_status arm_mat_cholesky_f64(
/cmsis-dsp-latest/Testing/Source/Tests/
DUnaryTestsF64.cpp442 status=arm_mat_cholesky_f64(&this->in1,&this->out); in test_mat_cholesky_dpo_f64()
/cmsis-dsp-latest/dsppp/tests/
Dcmsisdsp.cpp992 return arm_mat_cholesky_f64(src,dst); in cmsis_cholesky()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_matrix.c1961 arm_status returnValue = arm_mat_cholesky_f64(&src_converted,&dst_converted); in cmsis_arm_mat_cholesky_f64()