Trait faer_core::matrix_ops::GenericMatrix
source · pub trait GenericMatrix: Sized {
type Kind: MatrixKind;
type Elem: Entity;
// Required method
fn as_ref(
this: &Matrix<Self>
) -> <Self::Kind as MatrixKind>::Ref<'_, Self::Elem>;
}Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.