Trait faer::col::ColBatchMut

source ·
pub trait ColBatchMut<E: Conjugate>: As2DMut<E> + ColBatch<E> { }
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.

Implementations on Foreign Types§

source§

impl<E: Conjugate, T: ColBatchMut<E>> ColBatchMut<E> for &mut T

Implementors§

source§

impl<E: Conjugate> ColBatchMut<E> for Mat<E>

source§

impl<E: Conjugate> ColBatchMut<E> for MatMut<'_, E>

source§

impl<E: Conjugate> ColBatchMut<E> for Col<E>

source§

impl<E: Conjugate> ColBatchMut<E> for ColMut<'_, E>