Function faer_core::temp_mat_uninit
source · pub unsafe fn temp_mat_uninit<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.
Safety
Elements of the matrix must be initialized before they are read, or references to them are formed.