matrix_slice_mut_from_numpy_ptr

Function matrix_slice_mut_from_numpy_ptr 

Source
pub unsafe fn matrix_slice_mut_from_numpy_ptr<'a, N, R, C>(
    array: *mut PyObject,
) -> Result<MatrixSliceMut<'a, N, R, C, Dynamic, Dynamic>, Error>
where N: Scalar + Element, R: Dim, C: Dim,
Expand description

Same as matrix_slice_mut_from_numpy, but takes a raw PyObject pointer.