|
|
 |
| found 58948 articles for 0.174 sec |
  |
Group: comp.lang.fortran · Group Profile · Search for how many ways are they in comp.lang.fortran
Author: Herman D. Knoble
Date: Oct 2, 2007 05:00
...2.0 3.0 -|> -|> 4 .0 5.0 6.0 -|> -| -|> -|> Using Standard Fortran 90/95/ 2003 lines of code, -|> -| -|> -|> what are some ways to set v to : a(1,1), a(2,1), a(1,2), a(2,2), -|> -|> a(1,3), a(2,3) -|> -|>...is also quite simple (i.e. you do not have to specify the shape -|explicitly), and works even for multidim v. v = RESHAPE(a,SHAPE(v)) is another gem. Many thanks. Skip
|
| Show full article (2.14Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for how many ways are they in comp.lang.fortran
Author: highegg
Date: Oct 1, 2007 12:45
...in -| -|> For the case m=2 and n =3 assume that the matrix a = -|> 1.0 2.0 3.0 -|> 4 .0 5.0 6.0 -| -|> Using Standard Fortran 90/95/ 2003 lines of code, -| -|> what are some ways to set v to : a(1,1), a(2,1), a(1,2), a(2,2), -|> a(1,3), a(2,3) -|> ? -| -|C:\Program Files\Microsoft Visual Studio 8\James\clf\rox>type m2v.f90 -|program m2v -| ...
|
| Show full article (1.88Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
8 ·
9 ·
next |
|
|