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