Skip to content

Commit

Permalink
Slight reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBF committed Oct 21, 2024
1 parent cb67203 commit c978f03
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ext/crates/fp/src/matrix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ mod subspace;

mod m4ri;

// pub use basis::Basis;
pub use affine::AffineSubspace;
pub use matrix_inner::{AugmentedMatrix, Matrix, MatrixSliceMut};
pub use quasi_inverse::QuasiInverse;
pub use subquotient::Subquotient;
pub use subspace::Subspace;
#[cfg(feature = "proptest")]
pub mod arbitrary {
pub use super::{
matrix_inner::arbitrary::*, subquotient::arbitrary::*, subspace::arbitrary::*,
};
}

// pub use basis::Basis;
pub use affine::AffineSubspace;
pub use matrix_inner::{AugmentedMatrix, Matrix, MatrixSliceMut};
pub use quasi_inverse::QuasiInverse;
pub use subquotient::Subquotient;
pub use subspace::Subspace;

0 comments on commit c978f03

Please sign in to comment.