Function faer_core::temp_mat_req
source · pub fn temp_mat_req<T: 'static>(
nrows: usize,
ncols: usize
) -> Result<StackReq, SizeOverflow>Expand description
Returns the stack requirements for creating a temporary matrix with the given dimensions.