Expand description
Fixed-size problem wrappers.
The baseline projected first-order problem contract (RFC 006): a
box/bound-constrained family exposing a first-order oracle plus static box
bounds, built over fixed static storage. Available under the owned-arrays
feature, since the primal iterate and gradient scratch are fixed-size owned
vectors (FixedVector<S, N>).