xen-dev-utils
    Preparing search index...

    Type Alias FractionalGramResult

    Result of Gram–Schmidt process without normalization.

    type FractionalGramResult = {
        dual: FractionalMonzo[];
        ortho: FractionalMonzo[];
        squaredLengths: Fraction[];
    }
    Index

    Properties

    Geometric duals of the orthogonal basis.

    Orthogonal basis with the leading basis element intact.

    squaredLengths: Fraction[]

    Squared lengths of the orthogonal basis.