Function faer_core::temp_mat_zeroed
source · pub fn temp_mat_zeroed<E: ComplexField>(
nrows: usize,
ncols: usize,
stack: DynStack<'_>
) -> (DynMat<'_, E>, DynStack<'_>)Expand description
Creates a temporary matrix of zero values, from the given memory stack.