Expand description
Cache-efficient tensor permutation and transpose routines.
Constants§
Functions§
- copy_
into - Copy elements from source to destination:
dest[i] = src[i]. - copy_
into_ col_ major - Copy elements to a col-major destination.
Cache-efficient tensor permutation and transpose routines.
dest[i] = src[i].