Loading src/TNL/Matrices/SparseMatrixView.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,7 @@ rowVectorProduct( const IndexType row, const Vector& vector ) const { TNL_ASSERT_TRUE( false, "TODO: rowVectorProduct is not implemented yet."); return 0; } template< typename Real, Loading Loading
src/TNL/Matrices/SparseMatrixView.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,7 @@ rowVectorProduct( const IndexType row, const Vector& vector ) const { TNL_ASSERT_TRUE( false, "TODO: rowVectorProduct is not implemented yet."); return 0; } template< typename Real, Loading