Loading src/TNL/Matrices/MatrixView.h +2 −0 Original line number Diff line number Diff line Loading @@ -85,8 +85,10 @@ public: virtual Real getElement( const IndexType row, const IndexType column ) const = 0; __cuda_callable__ const ValuesView& getValues() const; __cuda_callable__ ValuesView& getValues(); /** Loading src/TNL/Matrices/MatrixView.hpp +2 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ Index MatrixView< Real, Device, Index >::getColumns() const template< typename Real, typename Device, typename Index > __cuda_callable__ const typename MatrixView< Real, Device, Index >::ValuesView& MatrixView< Real, Device, Index >:: getValues() const Loading @@ -112,6 +113,7 @@ getValues() const template< typename Real, typename Device, typename Index > __cuda_callable__ typename MatrixView< Real, Device, Index >::ValuesView& MatrixView< Real, Device, Index >:: getValues() Loading Loading
src/TNL/Matrices/MatrixView.h +2 −0 Original line number Diff line number Diff line Loading @@ -85,8 +85,10 @@ public: virtual Real getElement( const IndexType row, const IndexType column ) const = 0; __cuda_callable__ const ValuesView& getValues() const; __cuda_callable__ ValuesView& getValues(); /** Loading
src/TNL/Matrices/MatrixView.hpp +2 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ Index MatrixView< Real, Device, Index >::getColumns() const template< typename Real, typename Device, typename Index > __cuda_callable__ const typename MatrixView< Real, Device, Index >::ValuesView& MatrixView< Real, Device, Index >:: getValues() const Loading @@ -112,6 +113,7 @@ getValues() const template< typename Real, typename Device, typename Index > __cuda_callable__ typename MatrixView< Real, Device, Index >::ValuesView& MatrixView< Real, Device, Index >:: getValues() Loading