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