Changeset c10515 in git
- Timestamp:
- Aug 12, 2011, 6:52:31 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- d914cf06d3d3be1689cf60fc38f82a7c3dbdf2c6
- Parents:
- 15ff9a6aa572d653f57ec07a5a7dbca09e320c29
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-12 18:52:31+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:24:02+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r15ff9a rc10515 218 218 BOOLEAN loSimplex( leftv res, leftv args ); 219 219 BOOLEAN loNewtonP( leftv res, leftv arg1 ); 220 221 222 #endif 223 220 BOOLEAN nuMPResMat( leftv res, leftv arg1, leftv arg2 ); 221 BOOLEAN nuLagSolve( leftv res, leftv arg1, leftv arg2, leftv arg3 ); 222 BOOLEAN nuVanderSys( leftv res, leftv arg1, leftv arg2, leftv arg3); 223 BOOLEAN nuUResSolve( leftv res, leftv args ); 224 225 226 #endif 227
Note: See TracChangeset
for help on using the changeset viewer.