*** empty log message ***

This commit is contained in:
jiri
2011-01-18 14:37:05 +00:00
parent 600b5b3abd
commit 4534c2e56a
21 changed files with 753 additions and 138 deletions

View File

@@ -226,6 +226,7 @@ public:
inline matel4<I,T> *getlist() const {return list;}
inline I size() const {return nn;}
void resize(const I n);
void dealloc(void) {resize(0);}
void copyonwrite();
unsigned long length() const;
inline void add(const I i, const I j, const I k, const I l, const T elem)