Changeset e9c3b2 in git for kernel/intvec.h
- Timestamp:
- Mar 15, 2011, 7:17:47 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 92e0ebb492f002a11e78b302b3758d32aedea17e
- Parents:
- 1ed3466deda30d9e243b441fb4bc4e0c4729cf69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/intvec.h
r1ed346 re9c3b2 86 86 inline void length(int l) { row = l; col = 1; } 87 87 void show(int mat=0,int spaces=0) const; 88 void view() const; 89 88 90 inline void makeVector() { row*=col;col=1; } 89 91 char * String(int dim = 2) const;
Note: See TracChangeset
for help on using the changeset viewer.