pub type Octonion<T> = Construct<T, Quaternion<T>>;Expand description
8-dimensional non-commutative and non-associative algebra.
Aliased Typeยง
pub struct Octonion<T> { /* private fields */ }pub type Octonion<T> = Construct<T, Quaternion<T>>;8-dimensional non-commutative and non-associative algebra.
pub struct Octonion<T> { /* private fields */ }