Trait 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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.