forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 7:30 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Compiled matrix functions for Excel
PostPosted: Thu May 27, 2010 11:21 pm 
Offline

Joined: Sun May 16, 2010 11:42 pm
Posts: 63
Following a discussion in the EngTips Forum :
http://eng-tips.com/viewthread.cfm?qid= ... amp;page=1
I have compiled the C++ versions of a number of matrix functions from the AlgLib library as a dll, and linked them to Excel. The spreadsheet and associated code can be downloaded from:
http://newtonexcelbach.wordpress.com/20 ... for-excel/

The functions included are:
Inverse of real matrix
Inverse of complex matrix
Determinant of real matrix
Determinant of complex matrix
Transpose of real matrix
Transpose of complex matrix
Matrix multiplication; real
Matrix multiplication; complex
Add matrices
Extract matrix
Insert Matrix
Eigen value and Eigen vectors
Solve system of linear equations

I'd really like to get some feedback on this. Do the functions work correctly? Is the documentation adequate? What other functions would be desirable? Any problems installing the dll and linking to the spreadsheet? etc.

_________________
Doug Jenkins
http://newtonexcelbach.wordpress.com/


Top
 Profile  
 
 Post subject: Re: Compiled matrix functions for Excel
PostPosted: Fri May 28, 2010 7:27 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 903
Good work! I want to implement something like that several month later, but in my usual fashion - using automatic code generation :) All ALGLIB functions will be implemented as calls to C DLL.

As for you project, I think that some convenient interface for reading matrices from text files (and for saving matrices to files) could be very useful.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 63 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group