예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def front(self):
     return _cvxcore.ConstLinOpVector_front(self)
예제 #2
0
 def front(self) -> "std::vector< LinOp const * >::value_type":
     return _cvxcore.ConstLinOpVector_front(self)