Skip to main content

HasLmsMatrix

Trait HasLmsMatrix 

Source
pub trait HasLmsMatrix {
    type LmsMatrix;
}
Expand description

Implemented by meta types that contain an LMS matrix.

Required Associated Types§

Source

type LmsMatrix

The LMS matrix meta type.

Implementors§