Relative Content

Tag Archive for finite-fieldnalgebra

nalgebra matrix inversion in a finite field

using Rust nalgebra matrices of scalars in a finite field of prime order, I am trying to inverse such matrices; I though nalgebra would use my own Scalar type division trait to perform the inversion with the try_inverse function, but instead it returns the following error: