pub(crate) type DividedIntMatrix<const LIMBS: usize> = DividedMatrix<LIMBS, IntMatrix<LIMBS>>;Aliased Type§
pub(crate) struct DividedIntMatrix<const LIMBS: usize> {
pub(super) inner: IntMatrix<LIMBS>,
pub k: u32,
pub k_upper_bound: u32,
}Fields§
§inner: IntMatrix<LIMBS>§k: u32§k_upper_bound: u32