Skip to content
Commit 0ce85be6 authored by Percy Camilo Triveño Aucahuasi's avatar Percy Camilo Triveño Aucahuasi
Browse files

Add new feature: power operator for matrix.

The implementation is using Addition-chain exponentiation and Exponentiation by squaring algorithms.
For Addition-chain exponentiation, we need some precomputed sequences that are in additionchains.h, so
exponentiation by squaring will be used when the exponent is greater than 2048.
parent 56ac46d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment