Learn R Programming

CVXR (version 1.9.1)

linop_args_push_back: Append a child LinOp to the args list

Description

Append a child LinOp to the args list

Usage

linop_args_push_back(ptr, child_ptr)

Arguments

ptr

External pointer to the parent LinOp.

child_ptr

External pointer to the child LinOp.