示例#1
0
文件: cvxcore.py 项目: zxuen/cvxpy
 def rend(self):
     return _cvxcore.ConstLinOpVector_rend(self)
示例#2
0
 def rend(self) -> "std::vector< LinOp const * >::reverse_iterator":
     return _cvxcore.ConstLinOpVector_rend(self)