Skip to content

Added benchmarks for rational functions evaluation and `pade`

7577c8f
Select commit
Loading
Failed to load commit list.
Merged

feat(ratf): Added rational functions support and implemented Pade approximation #66

Added benchmarks for rational functions evaluation and `pade`
7577c8f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 7, 2025 in 6s

No new alerts in code changed by this pull request

Annotations

Check notice on line 13 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note

Static function BM_val_scalar is unreachable (
benchmark_uniq_2_benchmark_
must be removed at the same time)

Check notice on line 27 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _ is not used.

Check notice on line 33 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable benchmark_uniq_2_benchmark_ is never read.

Check notice on line 40 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note

Static function BM_val_vector is unreachable (
benchmark_uniq_3_benchmark_
must be removed at the same time)

Check notice on line 58 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _ is not used.

Check notice on line 64 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable benchmark_uniq_3_benchmark_ is never read.

Check notice on line 72 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note

Static function BM_pade is unreachable (
benchmark_uniq_4_benchmark_
must be removed at the same time)

Check notice on line 81 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _ is not used.

Check notice on line 89 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable benchmark_uniq_4_benchmark_ is never read.