.LinOp__set_sparse_data {CVXR} | R Documentation |
Set the field named sparse_data
of the LinOp object
Description
Set the field named sparse_data
of the LinOp object
Usage
.LinOp__set_sparse_data(xp, sparseMat)
Arguments
xp |
the LinOp Object XPtr |
sparseMat |
a dgCMatrix-class object |
[Package CVXR version 1.0-14 Index]