Bluebit Software
Bluebit Software Support Forum
 Home          Members     Calendar     Who's On

Welcome Guest ( Login | Register )
        



Source code of Online Matrix Calculator Expand / Collapse
Message
Posted Saturday, June 30, 2007 3:58 AM Post #411
 

Bluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit Support
The source code of the Oniline Matrix Calculator is freely available in the attachment of this post.

After downloading and un-zipping the source code on your web server you will need to complete the following steps:

  1. Add the files Bluebit.MatrixLibrary.dll and Xheo.Licensing.dll in the /bin folder.
  2. Place a previously activated single machine license in the /bin folder
  3. Open and build the C# project.


Trifon Triantafillidis

Lead Developer

Bluebit Software



  Post Attachments 
MATCAL.zip (1,974 views, 36.64 KB)
Posted Sunday, September 14, 2008 8:42 PM Post #498
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Hi, Trifon.

Thanks for making the source code for the Online Matrix Calculator available.

I am interested in viewing the portion of the code that calculates and explicitly creates the PLU decomposition of a matrix. I do not know C# and would prefer not to play around with dlls, bins, licences, etc.

I am curious: is the program based upon a LINPACK or LAPACK routine?

In any case, would you be willing to post source code in plain text for--at least--the routine(s) that perform the PLU decomposition?

Sincerely,


Robert
Posted Tuesday, September 16, 2008 5:23 AM Post #500
 

Bluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit Support
Hello,

The source code of the Online Matrix Calculator in order to perform various operations calls the related functions of .NET Matrix Library (Bluebit.MatrixLibrary.dll). The source code that performs LU itself it is not listed.

NML is based on LAPACK routines. The LAPACK routine that performs LU decomposition is DGETRF.

 



Trifon Triantafillidis

Lead Developer

Bluebit Software

« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Trifon

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 8:00pm

Powered by InstantForum.NET v4.1.4 © 2013
Execution: 0.297. 14 queries. Compression Disabled.
.NET Matrix Library