Multidimensional Scaling in CUDA

Hello!

I am newbie here at CUDA, but a long time nV gfx user, if that counts anything. I do have a lot of questions, but first of all I would like someone to guide me, what would be the easiest way to implement MDS algorithm in CUDA. I have one month to do it, but no knowledge. Enough time? Do I need any “plugins” or extensions to do it easier, maybe there are some examples of similar algorithms, but I did not find them… I only know C basics, but I am looking forward to learn CUDA.

Thank you!

Start by reading the Programming Guide. Then pick your favorite SDK example, and use it as a template for your project.

Thank you for reply.

I did start reading, but still, a lot of things to understand. Do you suggest any example?