Function temp_mat_uninit

Source
pub fn temp_mat_uninit<E: ComplexField>(
    nrows: usize,
    ncols: usize,
    stack: PodStack<'_>,
) -> (MatMut<'_, E>, PodStack<'_>)
Expand description

Creates a temporary matrix of untouched values, from the given memory stack.