Go to the source code of this file.
|
| template<typename dataType > |
| DSPLIB_STATUS | DSPLIB_cholesky_inplace_isPosDefinite_init (int32_t order, int32_t colStride, uint8_t *pBlock) |
| |
| template DSPLIB_STATUS | DSPLIB_cholesky_inplace_isPosDefinite_init< float > (int32_t order, int32_t colStride, uint8_t *pBlock) |
| |
| template DSPLIB_STATUS | DSPLIB_cholesky_inplace_isPosDefinite_init< double > (int32_t order, int32_t colStride, uint8_t *pBlock) |
| |
| template<typename dataType > |
| dataType | DSPLIB_cholesky_inplace_isPosDefinite (dataType *A, const int32_t order, const int32_t eleCount, uint8_t *pBlock) |
| |
| template float | DSPLIB_cholesky_inplace_isPosDefinite< float > (float *A, const int32_t order, const int32_t eleCount, uint8_t *pBlock) |
| |
| template double | DSPLIB_cholesky_inplace_isPosDefinite< double > (double *A, const int32_t order, const int32_t eleCount, uint8_t *pBlock) |
| |
◆ DSPLIB_cholesky_inplace_isPosDefinite_init()
template<typename dataType >
| DSPLIB_STATUS DSPLIB_cholesky_inplace_isPosDefinite_init |
( |
int32_t |
order, |
|
|
int32_t |
colStride, |
|
|
uint8_t * |
pBlock |
|
) |
| |
◆ DSPLIB_cholesky_inplace_isPosDefinite_init< float >()
◆ DSPLIB_cholesky_inplace_isPosDefinite_init< double >()
◆ DSPLIB_cholesky_inplace_isPosDefinite()
template<typename dataType >
| dataType DSPLIB_cholesky_inplace_isPosDefinite |
( |
dataType * |
A, |
|
|
const int32_t |
order, |
|
|
const int32_t |
eleCount, |
|
|
uint8_t * |
pBlock |
|
) |
| |
◆ DSPLIB_cholesky_inplace_isPosDefinite< float >()
◆ DSPLIB_cholesky_inplace_isPosDefinite< double >()