Home
last modified time | relevance | path

Searched refs:PERM_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance

/dports/math/tmv/tmv-0.75/src/
H A DTMV_Matrix.cpp43 #define PERM_BLOCKSIZE TMV_BLOCKSIZE/2 macro
45 #define PERM_BLOCKSIZE 32
878 const ptrdiff_t Nx = N/PERM_BLOCKSIZE*PERM_BLOCKSIZE; in permuteRows()
881 ptrdiff_t j2 = j+PERM_BLOCKSIZE; in permuteRows()
908 const ptrdiff_t Nx = N/PERM_BLOCKSIZE*PERM_BLOCKSIZE; in reversePermuteRows()
911 ptrdiff_t j2 = j+PERM_BLOCKSIZE; in reversePermuteRows()