|
inline |
Deparallelise the rows of the dense input tensor a → t p
[in] | a | input tensor |
[out] | t | transfer tensor |
[out] | p | output tensor with nonparallel rows |
[in] | sibling | sibling tensor, same columns removed as in a, returned as retval |
Internally wraps cols() and transposes three times.
References cols(), and syten::herm().
Referenced by syten::Delinearise::cols_only(), syten::CudaDenseTensorImpl::cuda_transpose_recursive_impl(), rows(), syten::sort_rows_infnorm(), and syten::transpose_recursive_impl().