diff -r 72968cf30033 -r 086a59b3a2b4 src/convex.rs --- a/src/convex.rs Sun Jan 19 16:49:09 2025 +0100 +++ b/src/convex.rs Sun Jan 19 22:33:21 2025 +0100 @@ -68,12 +68,12 @@ } +/// Constraint to the unit ball of the norm described by `E`. pub struct NormConstraint { radius : F, norm : NormMapping, } - impl ConvexMapping for NormMapping where Domain : Space, @@ -160,6 +160,7 @@ } } +/// Projection to the unit ball of the norm described by `E`. pub struct NormProjection { radius : F, exponent : E,