python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Convert upper triangular matrix into vector In Fortran
I would like to convert upper triangle part of the matrix to the vector.
For example I have the following matrix (4x4 for simplicity):
1 2 3 4
5 6 7 8
9 10 11 1...
Abracadabra
Votes: 0
Answers: 3
getting fortran to work with the R package NicheMapR in MAC
I need to get R to use the gfortran on a mac air book pro, in order to make use of the package NicheMapR.
Following this site's indications: https://www.r-bloggers.com/2021/03/gfortran-support-for-r-o...
Agus camacho
Votes: 0
Answers: 0
Problem using procedure pointer in fortran without also using select case logic
Am writing an application where the user is required to enter 4-character text commands to perform the actions of the application. Each command associates with a unique subroutine. I've set the applic...
Mike
Votes: 0
Answers: 0