|
|
 |
| found 1182 articles for 0.011 sec |
  |
Group: comp.lang.fortran · Group Profile · Search for Shape Sorting in comp.lang.fortran
Author: Ron Ford
Date: May 14, 2008 22:26
... = reshape([(rows(k)%%ptr,k=1,size(arr,1))], & & shape(arr), order = [2,1]) shape(A), order = [2,1]) I'm hoping to follow this but I get errors ... 1, & 2, 1, 2, & 1, 3, 1/), & shape(A), order = (/2,1/)) This compiles. arr = ...((/(rows(k)%%ptr,k=1,size(arr,1))/), & shape(arr), order = (/2,1/)) This doesn't, but ...
|
| Show full article (1.46Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for Shape Sorting in comp.lang.fortran
Author: Ron Ford
Date: May 14, 2008 22:04
... wrote: arr = reshape([(rows(k)%%ptr,k=1,size(arr,1))], & & shape(arr), order = [2,1]) shape(A), order = [2,1]) I'm hoping to follow this but I get errors with silverfrost f95:error ... & 2, 4, 1, & 2, 1, 2, & 1, 3, 1], & shape(A), order = /2,1/) I commented out the first error after everything I ...
|
| Show full article (1.13Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
8 ·
9 ·
next |
|
|