commit | 8e5da71466591cc24352782b08dc78ddb94f0717 | [log] [tgz] |
---|---|---|
author | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Fri Dec 13 22:46:40 2019 +0100 |
committer | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Fri Dec 13 22:46:40 2019 +0100 |
tree | aca58841231f347657588539e7475f147d8039fd | |
parent | 9b7a2b43c2ccb3d6b89100b7027632157dbf7cee [diff] |
Resolve double-promotion warnings when compiling with clang. `sin` was calling `sin(double)` instead of `std::sin(float)`
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.