Skip to content

Commit

Permalink
UTF-8.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 23, 2022
1 parent c87d993 commit 13029b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numerics/gradient_descent.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


#pragma once

#include <functional>
Expand Down Expand Up @@ -27,7 +27,7 @@ template<typename Scalar, typename Argument>
using Gradient =
Product<Scalar,
Quotient<Difference<Argument>,
typename Hilbert<Difference<Argument>>::Norm²Type>>;
typename Hilbert<Difference<Argument>>::Norm²Type>>;

template<typename Scalar, typename Argument>
Argument BroydenFletcherGoldfarbShanno(
Expand Down

0 comments on commit 13029b2

Please sign in to comment.