Commit aeb3be4c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Marked methods related to matrix coloring as deprecated. They will be moved to some other place.

parent 5b34b208
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -89,10 +89,12 @@ public:


   // TODO: method for symmetric matrices, should not be in general Matrix interface
   [[deprecated]]
   __cuda_callable__
   const IndexType& getNumberOfColors() const;

   // TODO: method for symmetric matrices, should not be in general Matrix interface
   [[deprecated]]
   void computeColorsVector(Containers::Vector<Index, Device, Index> &colorsVector);

   protected: