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||_1 \leq 1\).

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

Define the L1-norm function \(||x||_1\).

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

Define the L2-norm ball constraint \(||x||_2 \leq 1\).

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

Define the L2-norm function \(||x||_2\).

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

Define the Linf-norm ball constraint \(||x||_\infty \leq 1\).

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

Define the Linf-norm function \(||x||_\infty\).

LpNorm(operand, deg_quad, p)

Define the Lp-norm function \(||x||_p\).