sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

added matrix power benchmarks #61

Closed tom-pytel closed 5 years ago

tom-pytel commented 5 years ago

Added benchmarks for matrix powers, one case which works well now and should not be broken and two cases which any matrix multiplication or power optimizations should improve.

oscarbenjamin commented 5 years ago

Thanks!