mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix typo in unsupported/NumericalDiff
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
|||||||
template<typename T0, typename T1>
|
template<typename T0, typename T1>
|
||||||
NumericalDiff(const T0& a0, const T1& a1) : Functor(a0, a1), epsfcn(0) {}
|
NumericalDiff(const T0& a0, const T1& a1) : Functor(a0, a1), epsfcn(0) {}
|
||||||
template<typename T0, typename T1, typename T2>
|
template<typename T0, typename T1, typename T2>
|
||||||
NumericalDiff(const T0& a0, const T1& a1, const T1& a2) : Functor(a0, a1, a2), epsfcn(0) {}
|
NumericalDiff(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2), epsfcn(0) {}
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
InputsAtCompileTime = Functor::InputsAtCompileTime,
|
InputsAtCompileTime = Functor::InputsAtCompileTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user