e-p-2-norm

▸ function eP2Norm (p: number[][]): number

Defined in norm/expansion/e-p-2-norm.ts:17

Returns the p-2 norm, i.e. Euclidean norm of the given array of Shewchuk expansions (with intermediate calculations (and the final result) done in double precision).

Parameters:

NameTypeDescription
pnumber[][]an array of Shewchuk expansions; can represent an array of polynomial coefficients

Returns: number