pub(crate) type DividedPatternXgcdOutput<const LIMBS: usize> = RawXgcdOutput<LIMBS, DividedPatternMatrix<LIMBS>>;Aliased Type§
pub(crate) struct DividedPatternXgcdOutput<const LIMBS: usize> {
gcd: Odd<Uint<LIMBS>>,
matrix: DividedPatternMatrix<LIMBS>,
}Fields§
§gcd: Odd<Uint<LIMBS>>§matrix: DividedPatternMatrix<LIMBS>