Function temp_mat_zeroed
pub fn temp_mat_zeroed<E>(
nrows: usize,
ncols: usize,
stack: PodStack<'_>,
) -> (MatMut<'_, E>, PodStack<'_>)where
E: ComplexField,
Expand description
Creates a temporary matrix of zero values, from the given memory stack.