issues
search
brendanzab
/
algebra
Abstract algebra for Rust (still very much a WIP!)
Apache License 2.0
60
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update to 2021 edition
#41
pierwill
closed
2 years ago
0
#![no_std]
#40
strake
closed
5 years ago
1
All operators should be parameterized for more general cases.
#39
ghost
opened
7 years ago
2
Discuss practical usages of algebraic structures in real world code
#38
brendanzab
opened
8 years ago
3
Add a Gitter chat badge to README.md
#37
gitter-badger
closed
8 years ago
0
Define euclidean space.
#36
sebcrozet
closed
8 years ago
5
Wrapper struct for ops are annoying to use.
#35
sebcrozet
opened
8 years ago
7
Fixed example code.
#34
WaDelma
closed
8 years ago
1
Add the Apache 2.0 license.
#33
sebcrozet
closed
8 years ago
2
Enable travis on pull requests.
#32
sebcrozet
opened
8 years ago
0
Rename `Vector(Approx)` -> `VectorSpace(Approx)`.
#31
sebcrozet
closed
8 years ago
5
Consider using brendanzab/approx for approximate equality traits.
#30
sebcrozet
opened
8 years ago
7
Complete the documentation.
#29
sebcrozet
closed
8 years ago
0
Extracting operators to ZSTs and other refactorings
#28
WaDelma
closed
8 years ago
2
Algebra and unsafe
#27
WaDelma
opened
8 years ago
6
Quickchecks fail in debug mode because of overflows
#26
WaDelma
opened
8 years ago
1
Updated ApproxEq to use associated type.
#25
WaDelma
closed
8 years ago
1
Implemented Module-like structures.
#24
WaDelma
closed
8 years ago
1
Implemented ring-like structures.
#23
WaDelma
closed
8 years ago
0
Added Sized bounds to traits.
#22
WaDelma
closed
8 years ago
0
Identity traits and RFC 1214
#21
WaDelma
closed
8 years ago
0
Fixed compilation on Rust 1.3.0 stable
#20
fizyk20
closed
9 years ago
0
Wrapper structs to use a richer structure as a lesser one
#19
milibopp
opened
9 years ago
1
Abstract operators out of structural traits
#18
milibopp
closed
8 years ago
23
Vector spaces
#17
milibopp
closed
8 years ago
6
Implement ring-like structures
#16
milibopp
closed
8 years ago
2
Separate equality constraints from structure traits
#15
ghost
opened
10 years ago
2
Add ApproxEq trait with asserts
#14
brendanzab
opened
10 years ago
8
Upload to Crates.io
#13
ghost
closed
10 years ago
2
Algebraic structures should automatically be implemented for types satisfying compontent properties
#12
brendanzab
opened
10 years ago
12
Better issue labeling scheme
#11
brendanzab
closed
10 years ago
3
Investigate other property APIs
#10
brendanzab
opened
10 years ago
0
Reorder trait names
#9
brendanzab
closed
10 years ago
2
Merge with epsilonz/algebra.rs
#8
brendanzab
opened
10 years ago
2
Rename traits to qualify suffix-wise
#7
ghost
closed
10 years ago
1
Collaboration?
#6
ghost
closed
10 years ago
5
The library name should match the package name.
#5
sebcrozet
closed
10 years ago
2
Migrate to Cargo.
#4
omasanori
closed
10 years ago
7
Improve Makefile
#3
brendanzab
closed
10 years ago
0
Add Boolean trait for boolean algebras
#2
brendanzab
closed
10 years ago
0
use some macro tooling to reuse the same code for additive- and multiplicative- traits?
#1
cartazio
opened
10 years ago
0