pub fn copy_transpose_scale_into<T>(
dest: &mut StridedViewMut<'_, T>,
src: &StridedView<'_, T>,
scale: T,
) -> Result<()>Expand description
Copy with transpose and scaling: dest[j,i] = scale * src[i,j].
pub fn copy_transpose_scale_into<T>(
dest: &mut StridedViewMut<'_, T>,
src: &StridedView<'_, T>,
scale: T,
) -> Result<()>Copy with transpose and scaling: dest[j,i] = scale * src[i,j].