Skip to content

Commit 6600b36

Browse files
committed
Fix bug in dot functions of the operator (only nolut, due to 'offset-1') and refactor case only one DCT's basis function is used (no profiles)
1 parent 8d18182 commit 6600b36

3 files changed

Lines changed: 139 additions & 183 deletions

File tree

commit/operator/operator.pyx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -249,28 +249,3 @@ cdef extern void COMMIT_At_nolut(
249249
unsigned char*, unsigned int*,
250250
unsigned int, unsigned int
251251
) nogil
252-
253-
254-
255-
# Interfaces to actual C code performing the multiplications #TODO: check if compatible with above
256-
257-
# cdef extern void COMMIT_A_nolut(
258-
# int _nF, int _n, int _nSf,
259-
# double* _vIN, double* _vOUT,
260-
# unsigned int *_ICf, unsigned int *_ICeval, unsigned int *_ICv, float *_ICl, unsigned int *_ICp,
261-
# unsigned int *_ISOv,
262-
# double *_ICmod,
263-
# unsigned int* _ICthreads, unsigned int* _ISOthreads,
264-
# unsigned int _nICs, unsigned int _nISO, unsigned int _nThreads
265-
# ) nogil
266-
267-
# cdef extern void COMMIT_At_nolut(
268-
# int _nF, int _n, int _nSf,
269-
# double *_vIN, double *_vOUT,
270-
# unsigned int *_ICf, unsigned int *_ICeval, unsigned int *_ICv, float *_ICl, unsigned int *_ICp,
271-
# unsigned int *_ISOv,
272-
# double *_ICmod,
273-
# unsigned char* _ICthreadsT, unsigned int* _ISOthreadsT,
274-
# unsigned int _nICs, unsigned int _nISO, unsigned int _nThreads
275-
# ) nogil
276-

0 commit comments

Comments
 (0)