Recent content by Taff
-
T
Fortran Fortran 90: dinamic matrix valued function as argument
hello, I'm trying to write a program with a subroutine that can handle array valued functions of different dimensions, I'm new to fortran 90 so i have some troubles. Here's what i tried: program passing use functions use sub_mod implicit none integer, dimension(2,2):: a2 integer...- Taff
- Thread
- Argument Fortran Function Matrix
- Replies: 1
- Forum: Programming and Computer Science