Trait lax::opnorm::OperatorNormWorkImpl
source · pub trait OperatorNormWorkImpl {
type Elem: Scalar;
// Required methods
fn new(t: NormType, l: MatrixLayout) -> Self;
fn calc(&mut self, a: &[Self::Elem]) -> <Self::Elem as Scalar>::Real;
}
Required Associated Types§
Required Methods§
fn new(t: NormType, l: MatrixLayout) -> Self
fn calc(&mut self, a: &[Self::Elem]) -> <Self::Elem as Scalar>::Real
Object Safety§
This trait is not object safe.