Changeset e9c3b2 in git for kernel/intvec.h


Ignore:
Timestamp:
Mar 15, 2011, 7:17:47 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
92e0ebb492f002a11e78b302b3758d32aedea17e
Parents:
1ed3466deda30d9e243b441fb4bc4e0c4729cf69
Message:
ADD: intvec: new view() method
ADD: some debug for NF strategy object
ADD: idSize

From: Oleksandr Motsak <motsak@mathematik.uni-kl.de>

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

Legend:

Unmodified
Added
Removed
  • kernel/intvec.h

    r1ed346 re9c3b2  
    8686  inline void length(int l) { row = l; col = 1; }
    8787  void show(int mat=0,int spaces=0) const;
     88  void view() const;
     89
    8890  inline void makeVector() { row*=col;col=1; }
    8991  char * String(int dim = 2) const;
Note: See TracChangeset for help on using the changeset viewer.