• Calculates the element-wise L_(p,q) norm squared of a matrix.

    Parameters

    • matr: ChalkboardMatrix

      The matrix

    • Optional p: number = 2

      The exponent of each element and the denominator of the exponent of the sum of the rows

    • Optional q: number = 2

      The numerator of the exponent of the sum of the rows

    Returns number

Generated using TypeDoc