norm

norm(f, order=2)

Compute the norm of a Function.

Parameters

Name Type Description Default
f Function Input Function. required
order int The order of the norm. 2
Back to top