FFTLIB User Guide
FFTLIB_debugPrintMatrix3D.cpp File Reference

Go to the source code of this file.

Functions

template<typename dataType >
void FFTLIB_debugPrintMatrix3D_helper (dataType *matrix, const FFTLIB_bufParams3D_t *params)
 
template void FFTLIB_debugPrintMatrix3D_helper< int8_t > (int8_t *matrix, const FFTLIB_bufParams3D_t *params)
 
template void FFTLIB_debugPrintMatrix3D_helper< int16_t > (int16_t *matrix, const FFTLIB_bufParams3D_t *params)
 
template void FFTLIB_debugPrintMatrix3D_helper< int32_t > (int32_t *matrix, const FFTLIB_bufParams3D_t *params)
 
template<typename dataType >
void FFTLIB_debugPrintMatrix3D_helperU (dataType *matrix, const FFTLIB_bufParams3D_t *params)
 
template void FFTLIB_debugPrintMatrix3D_helper< uint8_t > (uint8_t *matrix, const FFTLIB_bufParams3D_t *params)
 
template void FFTLIB_debugPrintMatrix3D_helper< uint16_t > (uint16_t *matrix, const FFTLIB_bufParams3D_t *params)
 
void FFTLIB_debugPrintMatrix3D (void *matrix, const FFTLIB_bufParams3D_t *params)
 

Function Documentation

◆ FFTLIB_debugPrintMatrix3D_helper()

template<typename dataType >
void FFTLIB_debugPrintMatrix3D_helper ( dataType *  matrix,
const FFTLIB_bufParams3D_t params 
)

Definition at line 49 of file FFTLIB_debugPrintMatrix3D.cpp.

◆ FFTLIB_debugPrintMatrix3D_helper< int8_t >()

template void FFTLIB_debugPrintMatrix3D_helper< int8_t > ( int8_t *  matrix,
const FFTLIB_bufParams3D_t params 
)

◆ FFTLIB_debugPrintMatrix3D_helper< int16_t >()

template void FFTLIB_debugPrintMatrix3D_helper< int16_t > ( int16_t *  matrix,
const FFTLIB_bufParams3D_t params 
)

◆ FFTLIB_debugPrintMatrix3D_helper< int32_t >()

template void FFTLIB_debugPrintMatrix3D_helper< int32_t > ( int32_t *  matrix,
const FFTLIB_bufParams3D_t params 
)

◆ FFTLIB_debugPrintMatrix3D_helperU()

template<typename dataType >
void FFTLIB_debugPrintMatrix3D_helperU ( dataType *  matrix,
const FFTLIB_bufParams3D_t params 
)

Definition at line 86 of file FFTLIB_debugPrintMatrix3D.cpp.

◆ FFTLIB_debugPrintMatrix3D_helper< uint8_t >()

template void FFTLIB_debugPrintMatrix3D_helper< uint8_t > ( uint8_t *  matrix,
const FFTLIB_bufParams3D_t params 
)

◆ FFTLIB_debugPrintMatrix3D_helper< uint16_t >()

template void FFTLIB_debugPrintMatrix3D_helper< uint16_t > ( uint16_t *  matrix,
const FFTLIB_bufParams3D_t params 
)

◆ FFTLIB_debugPrintMatrix3D()

void FFTLIB_debugPrintMatrix3D ( void *  matrix,
const FFTLIB_bufParams3D_t params 
)
Returns
void

Definition at line 138 of file FFTLIB_debugPrintMatrix3D.cpp.