Loading src/TNL/Matrices/Matrix.h +6 −5 Original line number Diff line number Diff line Loading @@ -84,16 +84,14 @@ 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); // TODO: what is this supposed to do?!? There are redefinitions only in the // EllpackSymmetricGraph and SlicedEllpackSymmetricGraph classes... bool help( bool verbose = false ) { return true;}; // TODO: copy should be done in the operator= and it should work the other way too void copyFromHostToCuda( Matrices::Matrix< Real, Devices::Host, Index >& matrix ); Loading @@ -103,7 +101,10 @@ public: protected: IndexType rows, columns, numberOfColors; IndexType rows, columns; // TODO: remove1 IndexType numberOfColors; ValuesVectorType values; }; Loading Loading
src/TNL/Matrices/Matrix.h +6 −5 Original line number Diff line number Diff line Loading @@ -84,16 +84,14 @@ 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); // TODO: what is this supposed to do?!? There are redefinitions only in the // EllpackSymmetricGraph and SlicedEllpackSymmetricGraph classes... bool help( bool verbose = false ) { return true;}; // TODO: copy should be done in the operator= and it should work the other way too void copyFromHostToCuda( Matrices::Matrix< Real, Devices::Host, Index >& matrix ); Loading @@ -103,7 +101,10 @@ public: protected: IndexType rows, columns, numberOfColors; IndexType rows, columns; // TODO: remove1 IndexType numberOfColors; ValuesVectorType values; }; Loading