| commit | fd1dcb6b45a2c797ad4c4d6cc7678ee70763b4ed | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Fri Nov 20 08:49:57 2020 -0800 |
| committer | Antonio Sanchez <cantonios@google.com> | Fri Nov 20 09:37:40 2020 -0800 |
| tree | a9b52c09ee409582f01d10bdc78e62f723ce4258 | |
| parent | 6c9c3f9a1a4d17c6eaa8008d13bde3a5fe23e04a [diff] |
Fixes duplicate symbol when building blas Missing inline breaks blas, since symbol generated in `complex_single.cpp`, `complex_double.cpp`, `single.cpp`, `double.cpp` Changed rest of inlines to `EIGEN_STRONG_INLINE`.
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.