eigen/unsupported/doc/examples
Antonio Sanchez eeacbd26c8 Bump CMake files to at least c++11.
Removed all configurations that explicitly test or set the c++ standard
flags. The only place the standard is now configured is at the top of
the main `CMakeLists.txt` file, which can easily be updated (e.g. if
we decide to move to c++14+). This can also be set via command-line using
```
> cmake -DCMAKE_CXX_STANDARD 14
```

Kept the `EIGEN_TEST_CXX11` flag for now - that still controls whether to
build/run the `cxx11_*` tests.  We will likely end up renaming these
tests and removing the `CXX11` subfolder.
2021-08-25 20:07:48 +00:00
..
SYCL Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
BVH_Example.cpp Fix compilation of BVH example 2016-06-14 11:32:09 +02:00
CMakeLists.txt [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master branch. 2019-11-28 10:08:54 +00:00
EulerAngles.cpp Merge Hongkai Dai correct range calculation, and remove ranges from API. 2016-10-14 16:03:28 +03:00
FFT.cpp fix warnings for doc-eigen-prerequisites 2018-07-24 21:59:15 +02:00
MatrixExponential.cpp
MatrixFunction.cpp
MatrixLogarithm.cpp
MatrixPower_optimal.cpp Enable saving intermidiate (Schur decomposition) but disable unstable specialization for matrix power-matrix product. 2012-09-21 23:24:28 +08:00
MatrixPower.cpp Enable saving intermidiate (Schur decomposition) but disable unstable specialization for matrix power-matrix product. 2012-09-21 23:24:28 +08:00
MatrixSine.cpp
MatrixSinh.cpp
MatrixSquareRoot.cpp
PolynomialSolver1.cpp Fix bug #314: 2012-11-06 15:25:50 +01:00
PolynomialUtils1.cpp