Menu

#2 GFT Partitions visualization

v1.0 (example)
open
nobody
None
3
2014-07-26
2014-05-29
No

Hello,

I downloaded your toolbox, and ran the examples files, on function simpleExample(). I got a problem with the partition visualization, since partitions function return huge numbers. For instance, if we run:

N = 256
gft.partitions(N)
array([ 8589934593, 34359738372, 137438953488, 549755813952,
962072674496, 1065151889648, 1090921693436, 1099511628031,
4294967295]
)

Those values should be N/2,N/4,N/8,...,4,2,1. Am I right? I detected this issue, when running gft.examples.simpleExample().

Thank you in advance.

Related

Bugs: #2

Discussion

  • mariana p b leite

    I am sending the result of gft.examples.simpleExample() execution.

    Mariana Leite

     
  • Robb Brown

    Robb Brown - 2014-05-29

    Hi,

    You're right, the partitions should be whole integers that are fractions of N. Can you tell me what your OS is, and which compiler you have installed?

     
    • mariana p b leite

      Hi,

      I use Ubuntu 12.04.1, and GNU C compiler (4.6.3).

      Thank you.

      2014-05-29 20:28 GMT-03:00 Robb Brown ceoyoyo@users.sf.net:

      Hi,

      You're right, the partitions should be whole integers that are fractions
      of N. Can you tell me what your OS is, and which compiler you have
      installed?


      Status: open
      Group: v1.0 (example)
      Created: Thu May 29, 2014 07:45 PM UTC by mariana p b leite
      Last Updated: Thu May 29, 2014 07:49 PM UTC
      Owner: nobody

      Hello,

      I downloaded your toolbox, and ran the examples files, on function
      simpleExample(). I got a problem with the partition visualization, since
      partitions function return huge numbers. For instance, if we run:

      N = 256
      gft.partitions(N)
      array([ 8589934593, 34359738372, 137438953488, 549755813952,
      962072674496, 1065151889648, 1090921693436, 1099511628031,
      4294967295]
      )

      Those values should be N/2,N/4,N/8,...,4,2,1. Am I right? I detected
      this issue, when running gft.examples.simpleExample().

      Thank you in advance.

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/fst-uofc/bugs/2/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #2

  • mariana p b leite

    Hi,

    I use Ubuntu 12.04.1, and GNU C compiler (4.6.3).

    Thank you.

     
  • Pengliang Yang

    Pengliang Yang - 2014-07-26

    Is the C version of inverse GFT implementation available in your package?
    Thank you!

     

Log in to post a comment.

Monday.com Logo