forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Matrix Operations

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Plato
View previous topic :: View next topic  
Author Message
Semih



Joined: 30 Apr 2018
Posts: 8

PostPosted: Mon Oct 15, 2018 5:53 pm    Post subject: Matrix Operations Reply with quote

Hi,

Are there subroutines in Silverfost library to inverse - add - substract - multiply matrix for nxn dimensions ( n>1000)

Thank you.
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7912
Location: Salford, UK

PostPosted: Mon Oct 15, 2018 8:20 pm    Post subject: Reply with quote

The FORTRAN language allows you to add and subtract arrays using whole arrays as in the statement

C = A + B

Standard FORTRAN also provides a function called MATMUL to multiply arrays.

For matrix inversion you will need a third party library such as LAPACK. You don't get this with FTN95/Plato. Here is a reference...

http://fortranwiki.org/fortran/show/Matrix+inversion
Back to top
View user's profile Send private message AIM Address
Semih



Joined: 30 Apr 2018
Posts: 8

PostPosted: Mon Oct 15, 2018 8:26 pm    Post subject: Reply with quote

Thanks a lot.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Plato All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group