Trait wee_matrix::Compose [] [src]

pub trait Compose<T> {
    fn compose(&self) -> T;
}

Trait for re-composing a matrix from a decomposition.

Required Methods

Generate a matrix from this decomposition.

Implementors