Function extendr_api::prelude::modules::core::temp_mat_req
source ยท 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.