Changeset c3f0f3 in git


Ignore:
Timestamp:
Feb 16, 2002, 11:57:28 AM (22 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d9d2417dd93f0480a9af34fb65f29dd5ac08309c
Parents:
03495f1856f489d63ec19f337bd5240315ef5371
Message:
*mschulze: added HAVE_EIGEN


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

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    r03495f1 rc3f0f3  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.103 2002-02-12 18:25:40 mschulze Exp $
     8 *  Version: $Id: mod2.h.in,v 1.104 2002-02-16 10:57:28 mschulze Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    165165#endif
    166166
     167/* eigenvalues */
     168#define HAVE_EIGENVAL 1
     169
    167170/* Gauss-Manin system */
    168171#define HAVE_GMS 1
     
    173176// procedures to compute with units
    174177#define HAVE_UNITS
    175 
    176 // eigenvalues of constant square matrices
    177 #define HAVE_EIGENVAL
    178178
    179179/* Define to use old mechanismen for saving currRing with procedures
Note: See TracChangeset for help on using the changeset viewer.