|
6 | 6 | #include <stan/math/fwd/fun/inv.hpp> |
7 | 7 | #include <stan/math/fwd/fun/inv_sqrt.hpp> |
8 | 8 | #include <stan/math/fwd/fun/inv_square.hpp> |
| 9 | +#include <stan/math/fwd/fun/log.hpp> |
9 | 10 | #include <stan/math/fwd/fun/sqrt.hpp> |
10 | 11 | #include <stan/math/fwd/fun/square.hpp> |
11 | 12 | #include <stan/math/prim/fun/pow.hpp> |
@@ -63,22 +64,6 @@ inline auto pow(const T1& x1, const T2& x2) { |
63 | 64 | } |
64 | 65 |
|
65 | 66 |
|
66 | | -// must uniquely match all pairs of: |
67 | | -// { complex<fvar<V>>, complex<T>, fvar<V>, T } |
68 | | -// with at least one fvar<V> and at least one complex, where T is arithmetic: |
69 | | -// 1) complex<fvar<V>>, complex<fvar<V>> |
70 | | -// 2) complex<fvar<V>>, complex<T> |
71 | | -// 3) complex<fvar<V>>, fvar<V> |
72 | | -// 4) complex<fvar<V>>, T |
73 | | -// 5) complex<T>, complex<fvar<V>> |
74 | | -// 6) complex<T>, fvar<V> |
75 | | -// 7) fvar<V>, complex<fvar<V>> |
76 | | -// 8) fvar<V>, complex<T> |
77 | | -// 9) T, complex<fvar<V>> |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | 67 | /** |
83 | 68 | * Returns the elementwise raising of the first argument to the power of the |
84 | 69 | * second argument. |
|
0 commit comments