Module complex_number

Source
Expand description

An implementation of MatrixElementRequiredTraits<T> for complex numbers

Structs§

ComplexNumber

Traits§

ComplexNumberRequiredTraits
These are the traits required for ComplexNumber to work with Matrix These are identical to MatrixElementRequiredTraits and should be combined at some point Note the trait From<u8> is required in order to create identity matrices