| commit | 25d8498f8ba29c8dc055dd56113facbdbe154345 | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Thu Jan 21 09:44:42 2021 -0800 |
| committer | Antonio Sanchez <cantonios@google.com> | Thu Jan 21 09:44:42 2021 -0800 |
| tree | 5095712269388fdbbdeb0ba400f08d7e37fa2c55 | |
| parent | 660c6b857c2a5fbcffe99721b0f327267309a736 [diff] |
Fix stable_norm_1 test. Test enters an infinite loop if size is 1x1 when choosing to select unique indices for adding `inf` and `NaN` to the input. Here we revert to non-unique indices, and split the `hypotNorm` check into two cases: one where both `inf` and `NaN` are added, and one where only `NaN` is added.
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.