Bareiss algorithm
Bareiss algorithm calculates the determinant of an integer square matrix only using integer arithmetics.
Usage
Add this to your Cargo.toml:
[]
= "0.1"
Example
use bareiss_determinant;
let mut matrix = vec!;
assert_eq!;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.