Function extendr_api::prelude::modules::core::temp_mat_uninit
source ยท pub fn temp_mat_uninit<E>(
nrows: usize,
ncols: usize,
stack: PodStack<'_>,
) -> (MatMut<'_, E>, PodStack<'_>)where
E: ComplexField,Expand description
Creates a temporary matrix of untouched values, from the given memory stack.