matrix_to_m_transforms.RdReturns functions m and m_inv which apply tubal transforms
defined by the matrix m_mat.
matrix_to_m_transforms(m_mat, m_inv_mat = NULL, bpparam = NULL)Matrix which defines the tubal transform.
Matrix which defines inverse tubal transform
A BiocParallelParam-class object indicating the type of parallelisation.
A function which applies the matrix m_mat along the last dimension of a given numerical input array. For 3D tensors it performs the mode-3 product.
The inverse of m.