Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: counting operations in the coefficient field
PostPosted: Fri Feb 03, 2012 10:50 am 

Joined: Fri Feb 03, 2012 2:33 am
Posts: 3
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: counting operations in the coefficient field
PostPosted: Mon Feb 06, 2012 8:26 pm 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
You need to modifiy the sources: kernel/modulop.* for
computations in Z/p, kernel/ffields.* for computations in
GF(p^n)


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: counting operations in the coefficient field
PostPosted: Wed Feb 08, 2012 2:30 am 

Joined: Fri Feb 03, 2012 2:33 am
Posts: 3
Thank you very much for the information.

I will modify my own Singular script so that it can count the
number of operations in the coefficient field. This should be
easier for me.

Ryutaroh


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:56 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group