DSPLIB User Guide
DSPLIB_cholesky_inplace_InitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 113 of file DSPLIB_cholesky_inplace.h.

Data Fields

int8_t funcStyle
 Variant of the function refer to DSPLIB_FUNCTION_STYLE
More...
 
int32_t order
 order of input data More...
 
int32_t stride
 stride of input/output data in ci More...
 
int32_t enableTest
 flag to check for positive definiteness of input matrix More...
 

Field Documentation

◆ funcStyle

int8_t DSPLIB_cholesky_inplace_InitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 115 of file DSPLIB_cholesky_inplace.h.

◆ order

int32_t DSPLIB_cholesky_inplace_InitArgs::order

order of input data

Definition at line 117 of file DSPLIB_cholesky_inplace.h.

◆ stride

int32_t DSPLIB_cholesky_inplace_InitArgs::stride

stride of input/output data in ci

Definition at line 119 of file DSPLIB_cholesky_inplace.h.

◆ enableTest

int32_t DSPLIB_cholesky_inplace_InitArgs::enableTest

flag to check for positive definiteness of input matrix

Definition at line 121 of file DSPLIB_cholesky_inplace.h.