pub type Complex = Complex<Real>;
easy to use alias for nalgebra::Complex::<Real>
nalgebra::Complex::<Real>