Trait extendr_api::prelude::row::RowBatchMut
pub trait RowBatchMut<E>: As2DMut<E> + RowBatch<E>where
E: Conjugate,{ }
Expand description
Type that can be interpreted as a mutable batch of row vectors. Can be a single row or a matrix.
Object Safety§
This trait is not object safe.