e-p-1-norm
▸ function eP1Norm
(p
: number[][]): number
Defined in norm/expansion/e-p-1-norm.ts:19
Returns the p-1 norm
, a.k.a. Taxicab norm
, i.e. the sum of the absolute
values of the given array of Shewchuk expansions (with intermediate
calculations (and the final result) done in double precision).
- if the array of expansions represent polynomial coefficients then the p-1
norm is known as the
length
of the polynomial
Parameters:
Name | Type | Description |
---|---|---|
p | number[][] | an array of Shewchuk expansions |
Returns: number