temp_mat_zeroed

Function temp_mat_zeroed 

Source
pub fn temp_mat_zeroed<'a, T: ComplexField + 'a, Rows: Shape + 'a, Cols: Shape + 'a>(
    nrows: Rows,
    ncols: Cols,
    stack: &'a mut MemStack,
) -> (impl 'a + AsMatMut<T = T, Rows = Rows, Cols = Cols>, &'a mut MemStack)
Expand description

creates a temporary matrix of zero values, from the given memory stack.