b-p-2-norm-squared
▸ function bP2NormSquared
(p: bigint[]): bigint
Defined in norm/bigint/b-p-2-norm-squared.ts:10
Returns the p-2 norm squared, i.e. the square of the Euclidean norm of
the given array of bigints.
Parameters:
| Name | Type | Description |
|---|---|---|
p | bigint[] | an array of bigints; can represent an array of polynomial coefficients |
Returns: bigint