Function temp_mat_req

Source
pub fn temp_mat_req<E: Entity>(
    nrows: usize,
    ncols: usize,
) -> Result<StackReq, SizeOverflow>
Expand description

Returns the stack requirements for creating a temporary matrix with the given dimensions.