commit | 489dbbc6516f6729fa8e5c8bddc9ea446d5ef032 | [log] [tgz] |
---|---|---|
author | Charles Schlosser <cs.schlosser@gmail.com> | Tue Nov 12 23:34:26 2024 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Nov 12 23:34:26 2024 +0000 |
tree | d1923b5a6707f7852fb17cdb43a11c484d471b49 | |
parent | 283d871a3f461512d560f1bcbb2b8e1d650941b9 [diff] |
make fixed_size matrices conform to std::is_standard_layout
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/ or https://libeigen.gitlab.io/docs/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.