dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Add support for abstract complex numbers. #69

Closed sebcrozet closed 5 years ago

sebcrozet commented 5 years ago

This adds the ComplexField trait and renames Real to RealField. We also have RealField which inherits from ComplexField.

Fix #57

sebcrozet commented 5 years ago

The CI fails on nightly because of https://github.com/laumann/compiletest-rs/issues/166. As a workaround I'll allow CI failure on nightly for now.