pub trait AsMatRef<E: Entity> {
// Required method
fn as_mat_ref(&self) -> MatRef<'_, E>;
}
Expand description
Trait for types that can be converted to a matrix view.
pub trait AsMatRef<E: Entity> {
// Required method
fn as_mat_ref(&self) -> MatRef<'_, E>;
}
Trait for types that can be converted to a matrix view.