Trait ndarray_linalg::layout::AllocatedArrayMut[][src]

pub trait AllocatedArrayMut: AllocatedArray {
    fn as_allocated_mut(&mut self) -> Result<&mut [Self::Elem]>;
}

Required methods

Implementations on Foreign Types

Implementors