85 #include "../common/DSPLIB_inlines.h"
86 #include "../common/DSPLIB_types.h"
94 #ifndef DSPLIB_CHOLESKY_COMMON_IXX_IXX_OXX_H_
95 #define DSPLIB_CHOLESKY_COMMON_IXX_IXX_OXX_H_
97 #define SE_PARAM_BASE (0x0000)
98 #define SE_SE0_PARAM_OFFSET (SE_PARAM_BASE)
99 #define SE_SE1_PARAM_OFFSET (SE_SE0_PARAM_OFFSET + SE_PARAM_SIZE)
100 #define SE_SE2_PARAM_OFFSET (SE_SE1_PARAM_OFFSET + SE_PARAM_SIZE)
101 #define SE_SE3_PARAM_OFFSET (SE_SE2_PARAM_OFFSET + SE_PARAM_SIZE)
102 #define SA_SA0_PARAM_OFFSET (SE_SE3_PARAM_OFFSET + SE_PARAM_SIZE)
103 #define SA_SA1_PARAM_OFFSET (SA_SA0_PARAM_OFFSET + SA_PARAM_SIZE)
104 #define SA_SA2_PARAM_OFFSET (SA_SA1_PARAM_OFFSET + SA_PARAM_SIZE)
112 template <
typename dataType>
121 template <
typename dataType>
DSPLIB_STATUS DSPLIB_cholesky_inplace_isPosDefinite_init(int32_t order, int32_t colStride, uint8_t *pBlock)
dataType DSPLIB_cholesky_inplace_isPosDefinite(dataType *A, const int32_t order, const int32_t eleCount, uint8_t *pBlock)
DSPLIB_STATUS_NAME
The enumeration of all status codes.