Function extendr_api::prelude::modules::core::temp_mat_req
pub fn temp_mat_req<E>(
nrows: usize,
ncols: usize,
) -> Result<StackReq, SizeOverflow>where
E: Entity,
Expand description
Returns the stack requirements for creating a temporary matrix with the given dimensions.