Changeset b3f6d8 in git for Singular/sparsmat.cc


Ignore:
Timestamp:
Feb 9, 2000, 9:15:10 AM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
23e9613b6e2954737f783056c61ad070065c84c6
Parents:
dcef92bb720f83006de727ceb364633b0a2cba28
Message:
OLD_DIV for arithmetic


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

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    rdcef92 rb3f6d8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.24 2000-02-07 17:23:16 Singular Exp $ */
     4/* $Id: sparsmat.cc,v 1.25 2000-02-09 08:15:09 pohl Exp $ */
    55
    66/*
     
    2424#include "prCopy.h"
    2525
    26 /* ----------------- macros ------------------ */
    27 #ifdef HAVE_SHIFTED_EXPONENTS
    28 #define OLD_DIV 1
    29 #endif
    30 
    31 #ifdef OLD_DIV
    32 #define SM_MULT(A,B,C) smMult(A,B)
    33 #define SM_DIV smPolyDiv
    34 #else
    35 #define SM_MULT smMultDiv
    36 #define SM_DIV smSpecialPolyDiv
    37 #endif
    3826/* ----------------- general definitions ------------------ */
    3927/* in structs.h
Note: See TracChangeset for help on using the changeset viewer.