(self)
| 189 | return _cvxcore.LinOp_is_sparse(self) |
| 190 | |
| 191 | def get_sparse_data(self): |
| 192 | return _cvxcore.LinOp_get_sparse_data(self) |
| 193 | |
| 194 | def get_dense_data(self): |
| 195 | return _cvxcore.LinOp_get_dense_data(self) |
no outgoing calls
no test coverage detected