xen-dev-utils
    Preparing search index...

    Type Alias GramResult

    Result of Gram–Schmidt process without normalization.

    type GramResult = {
        dual: number[][];
        ortho: number[][];
        squaredLengths: number[];
    }
    Index

    Properties

    dual: number[][]

    Geometric duals of the orthogonal basis.

    ortho: number[][]

    Orthogonal basis with the leading basis element intact.

    squaredLengths: number[]

    Squared lengths of the orthogonal basis.