commit | 7dceb6e137bf25a3f2def1e092dec21fe18610b3 | [log] [tgz] |
---|---|---|
author | Antonio Sanchez <cantonios@google.com> | Thu Feb 15 09:13:22 2024 -0800 |
committer | Antonio Sanchez <cantonios@google.com> | Thu Feb 15 09:13:22 2024 -0800 |
tree | 3114b51e75addefba441e77ac38d1bceb7826b0d | |
parent | a24bf2e9a2dba6bfa3b490c917e9c36f45a814ea [diff] |
Use traits<Matrix>::Options instead of Matrix::Options. Not all objects have an `Options` attribute (e.g. Ref), but do store this information in `traits<...>`. Fixes #2335.
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.