commit | 2d4c9b400cca33d2f5cf316efc7151236244edb1 | [log] [tgz] |
---|---|---|
author | Charles Schlosser <cs.schlosser@gmail.com> | Tue Sep 17 17:43:36 2024 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Sep 17 17:43:36 2024 +0000 |
tree | 8d357f86b9790c581841642b7422d7e95c548db5 | |
parent | 132f281f501380faeba1b5b1fe7e4f237099c2a3 [diff] |
make fixed size matrices and arrays trivially_copy_constructible and trivially_move_constructible
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.