We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd9db7 commit 2d1dbbdCopy full SHA for 2d1dbbd
1 file changed
stan/math/fwd/fun/pow.hpp
@@ -67,22 +67,6 @@ inline auto pow(const T1& x1, const T2& x2) {
67
}
68
69
70
-<<<<<<< HEAD
71
-=======
72
-// must uniquely match all pairs of:
73
-// { complex<fvar<V>>, complex<T>, fvar<V>, T }
74
-// with at least one fvar<V> and at least one complex, where T is arithmetic:
75
-// 1) complex<fvar<V>>, complex<fvar<V>>
76
-// 2) complex<fvar<V>>, complex<T>
77
-// 3) complex<fvar<V>>, fvar<V>
78
-// 4) complex<fvar<V>>, T
79
-// 5) complex<T>, complex<fvar<V>>
80
-// 6) complex<T>, fvar<V>
81
-// 7) fvar<V>, complex<fvar<V>>
82
-// 8) fvar<V>, complex<T>
83
-// 9) T, complex<fvar<V>>
84
->>>>>>> origin/fix/pow-overload-resolution
85
-
86
/**
87
* Returns the elementwise raising of the first argument to the power of the
88
* second argument.
0 commit comments