Loading src/TNL/Solvers/Optimization/GradientDescent.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ setRelaxation( const RealType& lambda ) template< typename Vector, typename SolverMonitor > auto GradientDescent< Vector, SolverMonitor >:: getRelaxation() const -> RealType& getRelaxation() const -> const RealType& { return this->relaxation; } Loading Loading
src/TNL/Solvers/Optimization/GradientDescent.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ setRelaxation( const RealType& lambda ) template< typename Vector, typename SolverMonitor > auto GradientDescent< Vector, SolverMonitor >:: getRelaxation() const -> RealType& getRelaxation() const -> const RealType& { return this->relaxation; } Loading