Crate alga [−] [src]
Traits for algebra.
Modules
| general |
Fundamental algebraic structures. |
| linear |
Traits dedicated to linear algebra. |
Macros
| impl_abelian |
Implements the abelian group trait for types provided. |
| impl_field |
Implements the field trait for types provided. |
| impl_group |
Implements the group trait for types provided. |
| impl_loop |
Implements the loop trait for types provided. |
| impl_marker |
Implements empty traits aka marker traits for types provided. |
| impl_monoid |
Implements the monoid trait for types provided. |
| impl_quasigroup |
Implements the quasigroup trait for types provided. |
| impl_ring |
Implements the ring trait for types provided. |
| impl_ring_commutative |
Implements the commutative ring trait for types provided. |
| impl_semigroup |
Implements the semigroup trait for types provded. |