예제 #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)