dolfinx_optim.convex_function.norms

dolfinx_optim.convex_function.norms#

Functions

LpBall(*args[, k])

to_ball(norm, k, *args)

Classes

L1Ball(operand, deg_quad[, ...])

Define the L1-norm ball constraint ||x||11.

L1Norm(operand, deg_quad[, ...])

Define the L1-norm function ||x||1.

L2Ball(operand, deg_quad[, ...])

Define the L2-norm ball constraint ||x||21.

L2Norm(operand, deg_quad[, ...])

Define the L2-norm function ||x||2.

LinfBall(operand, deg_quad[, ...])

Define the Linf-norm ball constraint ||x||1.

LinfNorm(operand, deg_quad[, ...])

Define the Linf-norm function ||x||.

LpNorm(operand, deg_quad, p)

Define the Lp-norm function ||x||p.