]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.h
- cint/*: Revamped the launch-scheme for ginaccint.bin. It must be done
[ginac.git] / ginac / matrix.h
index 208b63031df6027616d9df34b4b99b4fbfa9fede..dc8eb48246542e9ace9c50b9b96dde8060552a67 100644 (file)
@@ -100,10 +100,6 @@ protected:
     int division_free_elimination(void);
     int fraction_free_elimination(bool det = false);
     int pivot(unsigned ro, bool symbolic=true);
-private:  // FIXME: these should be obsoleted
-    void ffe_swap(unsigned r1, unsigned c1, unsigned r2 ,unsigned c2);
-    void ffe_set(unsigned r, unsigned c, ex e);
-    ex ffe_get(unsigned r, unsigned c) const;
     
 // member variables
 protected: