commit | 587fd6ab707b0743f48593e401eb546d709eca4d | [log] [tgz] |
---|---|---|
author | Antonio Sanchez <cantonios@google.com> | Mon Jan 11 09:15:45 2021 -0800 |
committer | Antonio Sanchez <cantonios@google.com> | Mon Jan 11 09:15:45 2021 -0800 |
tree | ce6d63f75e3e7034b9bc61f8b0d3bd1dc183a4dc | |
parent | 2a6addb4f931eb4256804486aa679fd007cb2fff [diff] |
Only specialize complex `sqrt_impl` for CUDA if not MSVC. We already specialize `sqrt_impl` on windows due to MSVC's mishandling of `inf` (!355).
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.