Skip to content
Prev 165635 / 398506 Next

Function to find the order of operation

Is there any R function find the order of an operation? I am looking for a
general R function to find for example how many basic operations (i.e.
addition, multiplication and exponentiation) are performed when two square
matrices are multiplied.

Regards,