Loading src/TNL/Matrices/DenseMatrixView.hpp +4 −4 Original line number Diff line number Diff line Loading @@ -250,6 +250,9 @@ setElement( const IndexType row, template< typename Real, typename Device, typename Index, ElementsOrganization Organization > __cuda_callable__ void DenseMatrixView< Real, Device, Index, Organization >:: addElement( const IndexType row, const IndexType column, const RealType& value, Loading @@ -268,7 +271,7 @@ template< typename Real, typename Device, typename Index, ElementsOrganization Organization > __cuda_callable__ void __cuda_callable__ Real DenseMatrixView< Real, Device, Index, Organization >:: getElement( const IndexType row, const IndexType column ) const Loading Loading @@ -687,6 +690,3 @@ Index DenseMatrixView< Real, Device, Index, Organization >::getElementIndex( con } // namespace Matrices } // namespace TNL ElementsOrganization Organization > __cuda_callable__ Real DenseMatrixView< Real, Device, Index, Organization >:: Loading
src/TNL/Matrices/DenseMatrixView.hpp +4 −4 Original line number Diff line number Diff line Loading @@ -250,6 +250,9 @@ setElement( const IndexType row, template< typename Real, typename Device, typename Index, ElementsOrganization Organization > __cuda_callable__ void DenseMatrixView< Real, Device, Index, Organization >:: addElement( const IndexType row, const IndexType column, const RealType& value, Loading @@ -268,7 +271,7 @@ template< typename Real, typename Device, typename Index, ElementsOrganization Organization > __cuda_callable__ void __cuda_callable__ Real DenseMatrixView< Real, Device, Index, Organization >:: getElement( const IndexType row, const IndexType column ) const Loading Loading @@ -687,6 +690,3 @@ Index DenseMatrixView< Real, Device, Index, Organization >::getElementIndex( con } // namespace Matrices } // namespace TNL ElementsOrganization Organization > __cuda_callable__ Real DenseMatrixView< Real, Device, Index, Organization >::