pub trait ViewMatrix: MatrixBase + ToViewMatrix + ToOwnedMatrix + AsPtr + BlasMatrix { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<M: View, S: DimTrait> ViewMatrix for Matrix<M, S>