pub fn temp_mat_req<E: Entity>( nrows: usize, ncols: usize, ) -> Result<StackReq, SizeOverflow>
Returns the stack requirements for creating a temporary matrix with the given dimensions.