81 #ifndef DSPLIB_LUD_INV_IXX_IXX_OXX_H_
82 #define DSPLIB_LUD_INV_IXX_IXX_OXX_H_
84 #include "../common/DSPLIB_types.h"
212 void *restrict pinvA,
213 void *restrict pScratch);
260 void *restrict pinvA,
261 void *restrict pScratch);
DSPLIB_STATUS_NAME
The enumeration of all status codes.
void * DSPLIB_kernelHandle
Handle type for DSPLIB operations.
DSPLIB_STATUS DSPLIB_lud_inv_exec_checkParams(DSPLIB_kernelHandle handle, void *restrict pP, void *restrict pL, void *restrict pU, void *restrict pinvA, void *restrict pScratch)
This function checks the validity of the parameters passed to DSPLIB_lud_inv_exec function....
DSPLIB_STATUS DSPLIB_lud_inv_init(DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsP, const DSPLIB_bufParams2D_t *bufParamsL, const DSPLIB_bufParams2D_t *bufParamsU, const DSPLIB_bufParams2D_t *bufParamsinvA, const DSPLIB_lud_invInitArgs *pKerInitArgs)
This function should be called before the DSPLIB_lud_inv_exec function is called. This function takes...
DSPLIB_STATUS DSPLIB_lud_inv_exec(DSPLIB_kernelHandle handle, void *restrict pP, void *restrict pL, void *restrict pU, void *restrict pinvA, void *restrict pScratch)
This function is the main kernel compute function.
DSPLIB_STATUS DSPLIB_lud_inv_init_checkParams(DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsP, const DSPLIB_bufParams2D_t *bufParamsL, const DSPLIB_bufParams2D_t *bufParamsU, const DSPLIB_bufParams2D_t *bufParamsinvA, const DSPLIB_lud_invInitArgs *pKerInitArgs)
This function checks the validity of the parameters passed to DSPLIB_lud_inv_init function....
int32_t DSPLIB_lud_inv_getHandleSize(DSPLIB_lud_invInitArgs *pKerInitArgs)
This is a query function to calculate the size of internal handle.
A structure for a 2 dimensional buffer descriptor.
Structure containing the parameters to initialize the kernel.
int8_t funcStyle
Variant of the function refer to DSPLIB_FUNCTION_STYLE
int32_t order
Size of input data.