DSPLIB User Guide
DSPLIB_qrd_ci_opt.cpp File Reference

Go to the source code of this file.

Functions

template<typename dataType >
void DSPLIB_R_column_init_ci (DSPLIB_kernelHandle handle)
 
template void DSPLIB_R_column_init_ci< float > (DSPLIB_kernelHandle handle)
 
template void DSPLIB_R_column_init_ci< double > (DSPLIB_kernelHandle handle)
 
template<typename dataType >
void DSPLIB_Q_matrix_init_ci (DSPLIB_kernelHandle handle)
 
template void DSPLIB_Q_matrix_init_ci< float > (DSPLIB_kernelHandle handle)
 
template void DSPLIB_Q_matrix_init_ci< double > (DSPLIB_kernelHandle handle)
 
template<typename dataType >
void DSPLIB_qrd_R_matrix_exec_ci (dataType *pLocalR, dataType *pLocalU, dataType *pSum, dataType scale, int32_t colStrideR, int32_t nRows, int32_t nCols, uint8_t *pBlock)
 
template void DSPLIB_qrd_R_matrix_exec_ci< float > (float *pLocalR, float *pLocalU, float *sum, float scale, int32_t colStrideR, int32_t nRows, int32_t nCols, uint8_t *pBlock)
 
template void DSPLIB_qrd_R_matrix_exec_ci< double > (double *pLocalR, double *pLocalU, double *sum, double scale, int32_t colStrideR, int32_t nRows, int32_t nCols, uint8_t *pBlock)
 
template<typename dataType >
void DSPLIB_qrd_Q_matrix_exec_ci (dataType *pLocalQ, dataType *pLocalU, dataType *pSum, dataType scale, int32_t colStrideQ, int32_t nRows, int32_t nCols, uint8_t *pBlock)
 
template void DSPLIB_qrd_Q_matrix_exec_ci< float > (float *pLocalQ, float *pLocalU, float *sum, float scale, int32_t colStrideQ, int32_t nRows, int32_t nCols, uint8_t *pBlock)
 
template void DSPLIB_qrd_Q_matrix_exec_ci< double > (double *pLocalQ, double *pLocalU, double *sum, double scale, int32_t colStrideQ, int32_t nRows, int32_t nCols, uint8_t *pBlock)
 

Function Documentation

◆ DSPLIB_R_column_init_ci()

template<typename dataType >
void DSPLIB_R_column_init_ci ( DSPLIB_kernelHandle  handle)

Definition at line 41 of file DSPLIB_qrd_ci_opt.cpp.

◆ DSPLIB_R_column_init_ci< float >()

template void DSPLIB_R_column_init_ci< float > ( DSPLIB_kernelHandle  handle)

◆ DSPLIB_R_column_init_ci< double >()

template void DSPLIB_R_column_init_ci< double > ( DSPLIB_kernelHandle  handle)

◆ DSPLIB_Q_matrix_init_ci()

template<typename dataType >
void DSPLIB_Q_matrix_init_ci ( DSPLIB_kernelHandle  handle)

Definition at line 62 of file DSPLIB_qrd_ci_opt.cpp.

◆ DSPLIB_Q_matrix_init_ci< float >()

template void DSPLIB_Q_matrix_init_ci< float > ( DSPLIB_kernelHandle  handle)

◆ DSPLIB_Q_matrix_init_ci< double >()

template void DSPLIB_Q_matrix_init_ci< double > ( DSPLIB_kernelHandle  handle)

◆ DSPLIB_qrd_R_matrix_exec_ci()

template<typename dataType >
void DSPLIB_qrd_R_matrix_exec_ci ( dataType *  pLocalR,
dataType *  pLocalU,
dataType *  pSum,
dataType  scale,
int32_t  colStrideR,
int32_t  nRows,
int32_t  nCols,
uint8_t *  pBlock 
)

Definition at line 242 of file DSPLIB_qrd_ci_opt.cpp.

◆ DSPLIB_qrd_R_matrix_exec_ci< float >()

template void DSPLIB_qrd_R_matrix_exec_ci< float > ( float *  pLocalR,
float *  pLocalU,
float *  sum,
float  scale,
int32_t  colStrideR,
int32_t  nRows,
int32_t  nCols,
uint8_t *  pBlock 
)

◆ DSPLIB_qrd_R_matrix_exec_ci< double >()

template void DSPLIB_qrd_R_matrix_exec_ci< double > ( double *  pLocalR,
double *  pLocalU,
double *  sum,
double  scale,
int32_t  colStrideR,
int32_t  nRows,
int32_t  nCols,
uint8_t *  pBlock 
)

◆ DSPLIB_qrd_Q_matrix_exec_ci()

template<typename dataType >
void DSPLIB_qrd_Q_matrix_exec_ci ( dataType *  pLocalQ,
dataType *  pLocalU,
dataType *  pSum,
dataType  scale,
int32_t  colStrideQ,
int32_t  nRows,
int32_t  nCols,
uint8_t *  pBlock 
)

Definition at line 1024 of file DSPLIB_qrd_ci_opt.cpp.

◆ DSPLIB_qrd_Q_matrix_exec_ci< float >()

template void DSPLIB_qrd_Q_matrix_exec_ci< float > ( float *  pLocalQ,
float *  pLocalU,
float *  sum,
float  scale,
int32_t  colStrideQ,
int32_t  nRows,
int32_t  nCols,
uint8_t *  pBlock 
)

◆ DSPLIB_qrd_Q_matrix_exec_ci< double >()

template void DSPLIB_qrd_Q_matrix_exec_ci< double > ( double *  pLocalQ,
double *  pLocalU,
double *  sum,
double  scale,
int32_t  colStrideQ,
int32_t  nRows,
int32_t  nCols,
uint8_t *  pBlock 
)