commit | 352f1422d3ceea19a04cab297c6339e0870e1c6c | [log] [tgz] |
---|---|---|
author | Antonio Sanchez <cantonios@google.com> | Tue Jan 12 10:33:15 2021 -0800 |
committer | Antonio Sanchez <cantonios@google.com> | Tue Jan 12 10:33:15 2021 -0800 |
tree | 37de244070e2c48473bdb1273e848be4b1464e03 | |
parent | 20440849794789eb9d9d29bc834296ce0e73b05c [diff] |
Remove `inf` local variable. Apparently `inf` is a macro on iOS for `std::numeric_limits<T>::infinity()`, causing a compile error here. We don't need the local anyways since it's only used in one spot.
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.