counting operations in the coefficient field
ryutaroh · Fri Feb 03, 2012 10:50 am
Hello all,
I have implemented a decoding algorithm for a class of algebraic
codes as arxiv.org/abs/1201.6248.
I used a finite field as the coefficient field of the basering,
and I want to count the numbers of additions, subtractions,
multiplications, and divisions in the finite field.
Is there any convenient way to count those operations in
a finite coefficient field during execution of a Singular script?
Or do I have to modify the source code (maybe kernel/ffields.cc)
of Singular to count them?
Thanks in advance,
Ryutaroh
I have implemented a decoding algorithm for a class of algebraic
codes as arxiv.org/abs/1201.6248.
I used a finite field as the coefficient field of the basering,
and I want to count the numbers of additions, subtractions,
multiplications, and divisions in the finite field.
Is there any convenient way to count those operations in
a finite coefficient field during execution of a Singular script?
Or do I have to modify the source code (maybe kernel/ffields.cc)
of Singular to count them?
Thanks in advance,
Ryutaroh