Loading src/TNL/Matrices/Dense.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -918,7 +918,7 @@ operator=( const Dense< RHSReal, RHSDevice, RHSIndex, RHSRowMajorOrder, RHSRealA this->setLike( matrix ); if( RowMajorOrder == RHSRowMajorOrder ) { this->values = matrix.values; this->values = matrix.getValues(); return *this; } Loading src/TNL/Matrices/Matrix.h +1 −2 Original line number Diff line number Diff line Loading @@ -126,8 +126,7 @@ public: __cuda_callable__ Index getValuesSize() const; // TODO: restore this //protected: protected: IndexType rows, columns, numberOfColors; Loading Loading
src/TNL/Matrices/Dense.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -918,7 +918,7 @@ operator=( const Dense< RHSReal, RHSDevice, RHSIndex, RHSRowMajorOrder, RHSRealA this->setLike( matrix ); if( RowMajorOrder == RHSRowMajorOrder ) { this->values = matrix.values; this->values = matrix.getValues(); return *this; } Loading
src/TNL/Matrices/Matrix.h +1 −2 Original line number Diff line number Diff line Loading @@ -126,8 +126,7 @@ public: __cuda_callable__ Index getValuesSize() const; // TODO: restore this //protected: protected: IndexType rows, columns, numberOfColors; Loading