Use of ANY
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 323735 articles for 0.374 sec
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Dick Hendrickson
Date: Aug 13, 2008 08:08

... of an array, looking for any occurrence of a particular condition. ... to determine whether there is any (y,z) 1<=y<=NY, ... a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? Depends on what ... compiler generate code for the ANY intrinsic is almost always fastest.... in an if-else block, using COUNT (test expression) < small_number as ...
Show full article (2.22Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Michel Olagnon
Date: Aug 13, 2008 00:50

... all elements of a slice of an array, looking for any occurrence of a particular condition. To be precise: ...a status value stat0 I want to determine whether there is any (y,z) 1<=y<=NY, 1<=z<=NZ, such that fu(x,y,z)%%status /= stat0 Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? Of course, if status takes only few values ...
Show full article (0.94Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Gib Bogle
Date: Aug 12, 2008 23:12

... slice of an array, looking for any occurrence of a particular condition. ... to determine whether there is any (y,z) 1<=y<=NY, ... a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? Depends on what ... compiler generate code for the ANY intrinsic is almost always fastest.... in an if-else block, using COUNT (test expression) < small_number as ...
Show full article (2.04Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Dick Hendrickson
Date: Aug 12, 2008 14:27

... slice of an array, looking for any occurrence of a particular condition. ...want to determine whether there is any (y,z) 1<=y<=NY, ... a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? Depends on what you... compiler generate code for the ANY intrinsic is almost always fastest.... in an if-else block, using COUNT (test expression) < small_number as ...
Show full article (1.88Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Gib Bogle
Date: Aug 12, 2008 13:12

... slice of an array, looking for any occurrence of a particular condition. To be... I want to determine whether there is any (y,z) 1<=y<=NY, 1<=...x,y,z)%%status /= stat0 Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? Depends on what you mean...letting the compiler generate code for the ANY intrinsic is almost always fastest. If ...
Show full article (1.20Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Dick Hendrickson
Date: Aug 12, 2008 09:30

...a slice of an array, looking for any occurrence of a particular condition. To be ... I want to determine whether there is any (y,z) 1<=y<=NY, 1<=z...(x,y,z)%%status /= stat0 Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? Depends on what you mean ... letting the compiler generate code for the ANY intrinsic is almost always fastest. If the...
Show full article (1.04Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Craig Powers
Date: Aug 12, 2008 09:17

...>>> slice of an array, looking for any occurrence of a particular condition. To ... I want to determine whether there is any (y,z) 1<=y<=NY, 1<=...Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? How about: ANY( fu(:,1:NY,1:NZ) %% status /= ... bericht weergeven - I think you mean: ANY( fu(x,:,:) %% status /= stat0 ) Er, yeah,...
Show full article (1.20Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Arjen Markus
Date: Aug 11, 2008 21:40

... slice of an array, looking for any occurrence of a particular condition. В To ...I want to determine whether there is any (y,z) 1<=y<=NY, 1<=...Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? How about: ANY( fu(:,1:NY,1:NZ) %% status /= ... bericht weergeven - I think you mean: ANY( fu(x,:,:) %% status /= stat0 ) Regards, Arjen
Show full article (1.07Kb) · Show article thread
Re: Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Craig Powers
Date: Aug 11, 2008 16:20

... elements of a slice of an array, looking for any occurrence of a particular condition. To be precise: ...status value stat0 I want to determine whether there is any (y,z) 1<=y<=NY, 1<=z<=NZ, ... fu(x,y,z)%%status /= stat0 Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops? How about: ANY( fu(:,1:NY,1:NZ) %% status /= stat0 ) (You'...
Show full article (0.78Kb) · Show article thread
Use of ANY     

Group: comp.lang.fortran · Group Profile · Search for Use of ANY in comp.lang.fortran
Author: Gib Bogle
Date: Aug 11, 2008 16:15

... way to do a check on all elements of a slice of an array, looking for any occurrence of a particular condition. To be precise: fu(NX,NY,NZ) is an array of...For a given x, and a status value stat0 I want to determine whether there is any (y,z) 1<=y<=NY, 1<=z<=NZ, such that fu(x,y,z)%%status /= stat0 Is there a clever way to use the ANY intrinsic for this, or do I have to use dumb loops?
Show full article (0.57Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next