Commit ddeb3e1f authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixes after rebase.

parent 0402d6b7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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,
@@ -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
@@ -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 >::