NR in C#?
RWlodarczyk
08-07-2002, 10:44 AM
Hello,
I was wondering if anyone has any parts or the entirety of NR ported to C#?
Please let me know!
Thanks,
Rob.
tonyz
01-29-2003, 08:38 PM
I am just about to embark on this road.
I tried initially just to port it to a managed C++ library in MS VS.NET, but I keep getting error C10101 at the end of every cpp file:
fatal error C1010: unexpected end of file while looking for precompiled header directive
Don't know what I'm doing wrong yet.
Let me know if you figure something out.
Tony
agatlin
05-30-2003, 04:38 PM
I am a C# developer. I would be interested in translating some or all of the numerical recipes from C++ or Java to C#. However, I am not going to pay $65 and then do all the work myself. That just doesn't make any sense.
Anthony
noirsoft
08-04-2003, 02:36 AM
I am working on getting Matrix SVD translated into C#, but I can't find my CD at the moment, so I've had to type it in from the C++ book.
It doesn't work at the moment :(
If/when it does work, I'd be happy to share it, but right now it uses my own Matrix class, since I am just needing the one routine.
agatlin
08-04-2003, 09:29 AM
That would be great!
misfeldt
08-15-2003, 03:40 PM
CenterSpace Software (http://www.centerspace.net) has commercial C# numerical libraries.
--
Trevor Misfeldt
CEO, CenterSpace Software
misfeldt@centerspace.net
agatlin
08-15-2003, 06:21 PM
This is not the place for you to post information regarding your commercial libraries. It is in extraordinarily bad taste to post this here and reflects poorly on you and your company. I won't be purchasing your product. Many others who don't take the time to respond to you will likely be similarly inclined.
misfeldt
08-15-2003, 07:35 PM
Wow! Didn't mean to offend anyone. There was a question about C# numerical libraries and I answered about my C# numerical library. Didn't seem like spam to me.
- Trevor
Hi
Have a look at Mapack at http://www.aisto.com/roeder/dotnet/
noirsoft
12-08-2003, 09:40 PM
I, for one am okay with the fact that Trevor posted his info about his commercial libraries. He didn't try to advocate it, just let us know that they exist. I checked them out and they look more like what I was looking for, so I'm using them now instead of trying to port NR to C++.
~Chris
chem1
09-09-2004, 12:14 PM
I am currently working on a VB .NET version. Anyone is allowed to join in :D. Jut let me know that you are interested
Thankx in advance...
Diego
09-24-2004, 07:35 AM
I am working on Numerical Recipes in C# (school project). I will share all when I finish in next month I think.
chem1
09-24-2004, 07:40 AM
Thats cool!
I will look forward to that and we can then share our knowledge
Thankx in advance...
broughtons
10-10-2004, 01:04 PM
I am planning on working on a converstion of the NR code to C# this semester also.
Are you going to convert all or some part of the total methods?
What if any problems have you run into?
Thanks
Diego
10-11-2004, 02:59 AM
Hi,
This is my part of the namespace. I will send the rest soon (coding). I was too busy last month with other school subjects coz exam is coming.
Sorry Chem1 I promised to send the whole project but still not done yet. The whole code will be out in early December.
Diego
chem1
10-19-2004, 03:08 PM
Cool!,
I will have a look at it and will get back to you ASAP ;)
Catscrash
05-10-2007, 03:45 AM
did any of you succeed in converting it to c# and is willing to post it?
Thanks
Catscrash
jorgegr
10-17-2007, 09:45 PM
Has anyone converted it yet to C#? and if so how difficult was it and how much time did it take?