Add benchmarks for unsupported modules and extend supported benchmarks

libeigen/eigen!2179

Closes #3036

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-24 17:12:33 -08:00
parent fa567f6bcd
commit 16da0279f1
33 changed files with 2320 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
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)