e-p-inf-norm
▸ function ePInfNorm
(p
: number[][]): number
Defined in norm/expansion/e-p-inf-norm.ts:17
Returns the p-infinity norm
, i.e. the maximum magnitude absolute value
within the given array of numbers / coefficients (with intermediate
calculations (and the final result) done in double precision).
Parameters:
Name | Type | Description |
---|---|---|
p | number[][] | an array of numbers; can represent an array of polynomial coefficients |
Returns: number