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