Files
eigen/unsupported/benchmarks/MatrixFunctions/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
209 B
CMake
Raw Normal View History

eigen_add_benchmark(bench_matrix_exponential bench_matrix_exponential.cpp)
eigen_add_benchmark(bench_matrix_logarithm bench_matrix_logarithm.cpp)
eigen_add_benchmark(bench_matrix_power bench_matrix_power.cpp)