Skip to content

Commit 2d1dbbd

Browse files
authored
Resolve merge conflict
1 parent ecd9db7 commit 2d1dbbd

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

stan/math/fwd/fun/pow.hpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,6 @@ inline auto pow(const T1& x1, const T2& x2) {
6767
}
6868
}
6969

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-
8670
/**
8771
* Returns the elementwise raising of the first argument to the power of the
8872
* second argument.

0 commit comments

Comments
 (0)