Changeset 1237
- Timestamp:
- 08/29/08 12:29:10 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/Kernel/objFunRelated.py
r1233 r1237 143 143 if extractInd is not None: v = atleast_2d(v)[extractInd] 144 144 if doInplaceCut: v = atleast_2d(v)[ind] 145 r[agregate_counter:agregate_counter+v.s ize] = v145 r[agregate_counter:agregate_counter+v.shape[0]] = v 146 146 147 147 elif nXvectors == 1:
