xen-dev-utils
    Preparing search index...

    Type Alias LLLResult

    Result of Lenstra-Lenstra-Lovász basis reduction.

    type LLLResult = {
        basis: number[][];
        gram: GramResult;
    }
    Index

    Properties

    Properties

    basis: number[][]

    Basis that's short and nearly orthogonal.

    Gram-Schmidt process results.