Loading src/TNL/Matrices/MultidiagonalMatrixView.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,6 @@ vectorProduct( const InVector& inVector, OutVector& outVector ) const const auto inVectorView = inVector.getConstView(); auto outVectorView = outVector.getView(); const auto valuesView = this->values.getConstView(); auto fetch = [=] __cuda_callable__ ( const IndexType& row, const IndexType& column, const RealType& value ) -> RealType { return value * inVectorView[ column ]; }; Loading src/TNL/Matrices/TridiagonalMatrixView.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -449,7 +449,6 @@ vectorProduct( const InVector& inVector, OutVector& outVector ) const const auto inVectorView = inVector.getConstView(); auto outVectorView = outVector.getView(); const auto valuesView = this->values.getConstView(); auto fetch = [=] __cuda_callable__ ( const IndexType& row, const IndexType& column, const RealType& value ) -> RealType { return value * inVectorView[ column ]; }; Loading Loading
src/TNL/Matrices/MultidiagonalMatrixView.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,6 @@ vectorProduct( const InVector& inVector, OutVector& outVector ) const const auto inVectorView = inVector.getConstView(); auto outVectorView = outVector.getView(); const auto valuesView = this->values.getConstView(); auto fetch = [=] __cuda_callable__ ( const IndexType& row, const IndexType& column, const RealType& value ) -> RealType { return value * inVectorView[ column ]; }; Loading
src/TNL/Matrices/TridiagonalMatrixView.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -449,7 +449,6 @@ vectorProduct( const InVector& inVector, OutVector& outVector ) const const auto inVectorView = inVector.getConstView(); auto outVectorView = outVector.getView(); const auto valuesView = this->values.getConstView(); auto fetch = [=] __cuda_callable__ ( const IndexType& row, const IndexType& column, const RealType& value ) -> RealType { return value * inVectorView[ column ]; }; Loading