Chalkboard - v3.0.1
    Preparing search index...

    Function normsq

    • Calculates the norm squared of an array.

      Parameters

      • arr: number[]

        The array

      • Optionaltype: "L1" | "L2" | "LInfinity" | "L0" = "L2"

        The type of norm squared, which can be "L0", "L1", "L2", or "LInfinity"

      Returns number