.LinOp__set_slice {CVXR}R Documentation

Set the slice field of the LinOp Object

Description

Set the slice field of the LinOp Object

Usage

.LinOp__set_slice(xp, value)

Arguments

xp

the LinOp Object XPtr

value

a list of integer vectors, e.g. list(1:10, 2L, 11:15)

Value

the value of the slice field of the LinOp Object


[Package CVXR version 1.0-12 Index]