commit | a4098ac676528a83cfb73d4d26ce1b42ec05f47c | [log] [tgz] |
---|---|---|
author | Shiva Ghose <10525807-shivaghose@users.noreply.gitlab.com> | Fri Dec 31 08:43:24 2021 +0000 |
committer | David Tellenbach <david.tellenbach@me.com> | Fri Dec 31 08:43:24 2021 +0000 |
tree | a8be1a7c29f7da638606ad076b836ca262fd2385 | |
parent | 22a347b9d2ee8321543e3b15673e1dd1d5456d4e [diff] |
Fix duplicate include guard *ALTIVEC_H -> *ZVECTOR_H Some some header guards were repeated between the `AltiVec` package and the `ZVector` packages. This could cause a problem if (for whatever reason) someone attempts to include headers for both architectures.
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.