Changeset 754c547 in git for Singular/eigenval.cc


Ignore:
Timestamp:
Jan 19, 2002, 3:48:19 PM (22 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
e2b5115836f34facc584c5055707ef3f2f428830
Parents:
865fbfc3404627ab39e23c40394104d68cd687ae
Message:
fixed maMonomoial_Insert


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

Legend:

Unmodified
Added
Removed
  • Singular/eigenval.cc

    r865fbf r754c547  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: eigenval.cc,v 1.4 2001-03-26 21:15:26 Singular Exp $ */
     4/* $Id: eigenval.cc,v 1.5 2002-01-19 14:48:14 obachman Exp $ */
    55/*
    66* ABSTRACT: eigenvalues of constant square matrices
     
    198198      pDelete(&d1);
    199199      intvec *m0=NULL;
     200#ifdef HAVE_FACTORY
    200201      ideal e0=singclap_factorize(d0,&m0,0);
     202#else
     203      ideal e0 = NULL;
     204#endif
    201205      pDelete(&d0);
    202206      for(int i=IDELEMS(e0)-1;i>=1;i--)
Note: See TracChangeset for help on using the changeset viewer.