Design a mathematical module
-
:confused: I am looking for a good design pattern for matematical lib. I would like it to have : 1. a basic functions (like vetors and integral) 2. design for lib class for my matematical lib 3. including error hendeling 4. including log file system and on.... Where can I find a sample code for the above ? Thanks.
-
:confused: I am looking for a good design pattern for matematical lib. I would like it to have : 1. a basic functions (like vetors and integral) 2. design for lib class for my matematical lib 3. including error hendeling 4. including log file system and on.... Where can I find a sample code for the above ? Thanks.
First you talk about a design pattern and then you ask where you can find the code? You either want the design to implement your own, or you want the code? Why not take a look at MatLab? Mathematically, if you want to do it, MatLab will help you - more importantly, if you want to design something you can learn a lot from looking at the market leaders.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
First you talk about a design pattern and then you ask where you can find the code? You either want the design to implement your own, or you want the code? Why not take a look at MatLab? Mathematically, if you want to do it, MatLab will help you - more importantly, if you want to design something you can learn a lot from looking at the market leaders.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before.Sorry for the miss understanding, but I am looking for a code. I don't care that it hold just few mathematicals functions.
-
Sorry for the miss understanding, but I am looking for a code. I don't care that it hold just few mathematicals functions.
Take a look at this article for an implementation of a Vector class http://www.codeproject.com/csharp/ParticlesSystems.asp[^].
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
:confused: I am looking for a good design pattern for matematical lib. I would like it to have : 1. a basic functions (like vetors and integral) 2. design for lib class for my matematical lib 3. including error hendeling 4. including log file system and on.... Where can I find a sample code for the above ? Thanks.