| 1174 | |
| 1175 | template <typename T> |
| 1176 | struct conj : base<T, Eigen::internal::scalar_conjugate_op<T>> {}; |
| 1177 | |
| 1178 | //////////////////////////////////////////////////////////////////////////////// |
| 1179 | // Functors takes 1 or 2 tensors, computes the base functor on |
no outgoing calls
no test coverage detected