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