pub trait ScalarMut: ScalarRef {
// Required method
fn scalar_mut(
&mut self,
index: <Self as Indexable>::Index,
) -> &mut Self::Scalar;
}Expand description
Trait for setting values in a matrix.
pub trait ScalarMut: ScalarRef {
// Required method
fn scalar_mut(
&mut self,
index: <Self as Indexable>::Index,
) -> &mut Self::Scalar;
}Trait for setting values in a matrix.