]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / matrix.h
index 279ddfc12ad1402abceffff59088076d19414682..7c2b9c0178a6627e7d482167c6afbc35e9a48354 100644 (file)
@@ -36,21 +36,6 @@ class matrix : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(matrix, basic)
 
-// friends
-// (none)
-// member functions
-
-       // default constructor, destructor, copy constructor, assignment operator
-       // and helpers:
-public:
-       matrix();
-       ~matrix();
-       matrix(const matrix & other);
-       const matrix & operator=(const matrix & other);
-protected:
-       void copy(const matrix & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        matrix(unsigned r, unsigned c);