commit | 52a5f9821235e5a9f7e9b3e0198d45d42a1cb267 | [log] [tgz] |
---|---|---|
author | Rasmus Munk Larsen <rmlarsen@google.com> | Thu Jun 24 15:47:48 2021 -0700 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Thu Jun 24 15:47:48 2021 -0700 |
tree | 96474629fedd68e23a1b931219e84c1eaf62296c | |
parent | 4ad30a73fc8b707bf90b9ec712a12a7f63ae823a [diff] |
Get rid of code duplication for conj_helper. For packets where LhsType=RhsType a single generic implementation suffices. For scalars, the generic implementation of pconj automatically forwards to numext::conj, so much of the existing specialization can be avoided. For mixed types we still need specializations.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.