Loading src/matrices/tnlDenseMatrix.h +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ class tnlDenseMatrix : public tnlMatrix< Real, Device, Index > const RealType& thisRowMultiplicator = 1.0 ); __cuda_callable__ Real getElementFast( const IndexType row, const Real& getElementFast( const IndexType row, const IndexType column ) const; Real getElement( const IndexType row, Loading src/matrices/tnlDenseMatrix_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ template< typename Real, typename Device, typename Index > __cuda_callable__ Real tnlDenseMatrix< Real, Device, Index >::getElementFast( const IndexType row, const Real& tnlDenseMatrix< Real, Device, Index >::getElementFast( const IndexType row, const IndexType column ) const { tnlAssert( row >= 0 && row < this->getRows() && Loading Loading
src/matrices/tnlDenseMatrix.h +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ class tnlDenseMatrix : public tnlMatrix< Real, Device, Index > const RealType& thisRowMultiplicator = 1.0 ); __cuda_callable__ Real getElementFast( const IndexType row, const Real& getElementFast( const IndexType row, const IndexType column ) const; Real getElement( const IndexType row, Loading
src/matrices/tnlDenseMatrix_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ template< typename Real, typename Device, typename Index > __cuda_callable__ Real tnlDenseMatrix< Real, Device, Index >::getElementFast( const IndexType row, const Real& tnlDenseMatrix< Real, Device, Index >::getElementFast( const IndexType row, const IndexType column ) const { tnlAssert( row >= 0 && row < this->getRows() && Loading