Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!48Segments
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment