473,698 Members | 2,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Matrix computation in .NET

Hi,

Does anybody know where I can find the matrix computation components in .NET
framework?

Do I need to use a third-party one or there's one that comes with the
framework libraries?

Thanks!

Rick

Nov 16 '05 #1
3 4644
Rick,

I don't believe that there is anything in the framework to handle matrix
computations. I believe that you will have to use a third party component
for this.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"rickz" <ri********@hot mail.com> wrote in message
news:Om******** **********@TK2M SFTNGP09.phx.gb l...
Hi,

Does anybody know where I can find the matrix computation components in
.NET
framework?

Do I need to use a third-party one or there's one that comes with the
framework libraries?

Thanks!

Rick

Nov 16 '05 #2
Rick,

Have a look at Math.NET (free 3rd party lib) at:

http://sourceforge.net/projects/nmath/

sayed

"rickz" <ri********@hot mail.com> wrote in message news:<Om******* *******@TK2MSFT NGP09.phx.gbl>. ..
Hi,

Does anybody know where I can find the matrix computation components in .NET
framework?

Do I need to use a third-party one or there's one that comes with the
framework libraries?

Thanks!

Rick

Nov 16 '05 #3
Hi Rick

I'm "in the process" of preparing my MMT# (Matrix Math Toolkit Sharp v 1)
for release. It includes the usual matrix and vector arithmetic functions:
add, multiply, subtract, invert, norm, condition, eigenvalues (of symmetric
matrices), SaXpY, and a bunch of others, with some specialization for
dealing with 3D Vectors.

I've been moving on this as time permits; what's your timeframe?

Expected selling price: somewhere around $100. Source code included, of
course.

Meanwhile, check System.Matrix; there may be something in there that you can
use, but IIRC it's aimed at graphics (last i looked).
--
Grace + Peace,
Peter N Roth
Engineering Objects International
http://engineeringobjects.com

"rickz" <ri********@hot mail.com> wrote in message
news:Om******** **********@TK2M SFTNGP09.phx.gb l...
Hi,

Does anybody know where I can find the matrix computation components in
.NET
framework?

Do I need to use a third-party one or there's one that comes with the
framework libraries?

Thanks!

Rick

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1627
by: rickz | last post by:
Hi, Does anybody know where I can find the matrix computation components in .NET framework? Do I need to use a third-party one or there's one that comes with the framework libraries? Thanks!
6
3329
by: Ben Ingram | last post by:
Hi all, I am writing a template matrix class in which the template parameters are the number of rows and number of columns. There are a number of reasons why this is an appropriate tradeoff for my particular application. One of the advantages is that the _compiler_ can force inner matrix dimensions used in multiplication to agree. A _complie-time_ error will be triggered if you write A * B and the number of coluns in A does not equal the...
11
2544
by: Michael Bader | last post by:
Hi, I'm currently working on a matrix multiplication code (matrix times matrix), and have come along some interesting/confusing results concerning the running time of the (apparently) same algorithm, when implemented in C or C++. I noticed that the implementation in C is faster by a factor of 2.5 compared to a identical(?) C++-implementation. The basic algorithm in C is:
10
8710
by: Duncan M Gunn | last post by:
Hi, I need to store the following matrix of values: T U V A 2 1 1 B 2 - - C - - 2 Where (-) is an empty cell.
0
1383
by: Zoran Stipanicev | last post by:
Hi! The question is product of laziness. I want to write generic operators for matrix computation which would adapt to different types of matrices i.e. when adding square matrix and lower triangle matrix it would add only elements on and under main diagonal and copy the rest from square matrix. Basically it would allow adding new matrix type (shape) without writing new operators (I'm to lazy
2
2096
by: Stipanicev | last post by:
I want to write generic operators for matrix computation which would adapt to different types (shapes) of matrices i.e. when adding square matrix and lower triangle matrix it would add only elements on and under main diagonal and copy the rest from square matrix. Basically it would allow adding new matrix type (shape) without writing new operators. Here is the code I hope could do that:
6
4623
by: Chris Buckett | last post by:
Hi, I was just wondering if anyone has had any experience in developing a shipping matrix. We are based in the UK, and we need to ship both locally and internationally. Local shipping is priced by weight and doesn't matter about the number of packages, international shipping is by weight and package size, so we need to know the number of packages.
20
5228
by: Frank-O | last post by:
Hi , Recently I have been commited to the task of "translating" some complex statistical algorithms from Matlab to C++. The goal is to be three times as fast as matlab ( the latest) . I've used various techniques ( loop unrolling, loop jamming...) and tried some matrix libraries : newmat (slow for large matrix) , STL (fast but ..not usefull) , hand coding (brain consuming...), and recently Meschach...
43
4311
by: parallelpython | last post by:
Has anybody tried to run parallel python applications? It appears that if your application is computation-bound using 'thread' or 'threading' modules will not get you any speedup. That is because python interpreter uses GIL(Global Interpreter Lock) for internal bookkeeping. The later allows only one python byte-code instruction to be executed at a time even if you have a multiprocessor computer. To overcome this limitation, I've created...
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9030
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7737
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4621
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2333
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.