Changeset c10515 in git


Ignore:
Timestamp:
Aug 12, 2011, 6:52:31 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
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
Message:
add missing routines from ipshell.cc to ipshell.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r15ff9a rc10515  
    218218BOOLEAN loSimplex( leftv res, leftv args );
    219219BOOLEAN loNewtonP( leftv res, leftv arg1 );
    220 
    221 
    222 #endif
    223 
     220BOOLEAN nuMPResMat( leftv res, leftv arg1, leftv arg2 );
     221BOOLEAN nuLagSolve( leftv res, leftv arg1, leftv arg2, leftv arg3 );
     222BOOLEAN nuVanderSys( leftv res, leftv arg1, leftv arg2, leftv arg3);
     223BOOLEAN nuUResSolve( leftv res, leftv args );
     224
     225
     226#endif
     227
Note: See TracChangeset for help on using the changeset viewer.