Changeset 650ffc4 in git


Ignore:
Timestamp:
Jun 4, 1999, 3:07:30 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
f6b84b0c4cb0137f375cd3b08d4536f9b0c0c189
Parents:
9a596d7c3d7c58bebe3c8b5be18d45d256dff19c
Message:
det for sparse


git-svn-id: file:///usr/local/Singular/svn/trunk@3091 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r9a596d r650ffc4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.148 1999-05-19 11:41:48 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.149 1999-06-04 13:07:30 pohl Exp $ */
    55
    66/*
     
    24632463  return FALSE;
    24642464}
     2465static BOOLEAN jjDET_S(leftv res, leftv v)
     2466{
     2467  ideal I=(ideal)v->Data();
     2468  poly p=smCallDet(I);
     2469  res->data = (char *)p;
     2470  return FALSE;
     2471}
    24652472#endif
    24662473static BOOLEAN jjDIM(leftv res, leftv v)
     
    33923399,{jjDET_I,      DET_CMD,         INT_CMD,        INTMAT_CMD }
    33933400,{jjDET,        DET_CMD,         POLY_CMD,       MATRIX_CMD }
     3401,{jjDET_S,      DET_CMD,         POLY_CMD,       MODUL_CMD }
    33943402#else
    33953403,{jjWRONG,      DET_CMD,         INT_CMD,        INTMAT_CMD }
Note: See TracChangeset for help on using the changeset viewer.