split_adjoint: Adjoint of 'split_solution'

View source: R/142_problems_param_prob.R

split_adjointR Documentation

Adjoint of split_solution

Description

Given a named list mapping variable ids to their (shape-aligned) deltas, packs them into a single length-x_length numeric vector in var_id_to_col order. Mirrors ParamConeProg.split_adjoint in cone_matrix_stuffing.py:304-318.

Usage

split_adjoint(param_prog, del_vars)

Arguments

param_prog

A ParamConeProg.

del_vars

A named list of as.character(var_id) -> array.

Value

Numeric vector of length x_length.


CVXR documentation built on Aug. 24, 2026, 9:10 a.m.