Loading src/TNL/Containers/VectorView.h +0 −8 Original line number Diff line number Diff line Loading @@ -126,14 +126,6 @@ public: template< typename VectorExpression > VectorView& operator/=( const VectorExpression& expression ); /** * \brief Scalar product * @param v * @return */ template< typename Vector_ > NonConstReal operator,( const Vector_& v ) const; template< typename ResultType = NonConstReal > ResultType sum() const; Loading src/TNL/Containers/VectorView.hpp +0 −11 Original line number Diff line number Diff line Loading @@ -150,17 +150,6 @@ operator/=( const VectorExpression& expression ) return *this; } template< typename Real, typename Device, typename Index > template< typename Vector_ > typename VectorView< Real, Device, Index >::NonConstReal VectorView< Real, Device, Index >:: operator,( const Vector_& v ) const { return dot( *this, v ); } template< typename Real, typename Device, typename Index > Loading Loading
src/TNL/Containers/VectorView.h +0 −8 Original line number Diff line number Diff line Loading @@ -126,14 +126,6 @@ public: template< typename VectorExpression > VectorView& operator/=( const VectorExpression& expression ); /** * \brief Scalar product * @param v * @return */ template< typename Vector_ > NonConstReal operator,( const Vector_& v ) const; template< typename ResultType = NonConstReal > ResultType sum() const; Loading
src/TNL/Containers/VectorView.hpp +0 −11 Original line number Diff line number Diff line Loading @@ -150,17 +150,6 @@ operator/=( const VectorExpression& expression ) return *this; } template< typename Real, typename Device, typename Index > template< typename Vector_ > typename VectorView< Real, Device, Index >::NonConstReal VectorView< Real, Device, Index >:: operator,( const Vector_& v ) const { return dot( *this, v ); } template< typename Real, typename Device, typename Index > Loading