pub trait HasLmsMatrix { type LmsMatrix; }
Implemented by meta types that contain an LMS matrix.
The LMS matrix meta type.