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

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