Getsd
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
Re: Examples of FORALL and nested FORALL     

Group: comp.lang.fortran · Group Profile · Search for Getsd in comp.lang.fortran
Author: Tom Micevski
Date: Jan 19, 2007 19:49

...=pack(q(:,i), q(:,i) miss)) sd(i) = getsd (x=pack(q(:,i), q(:,i) miss),...= sum(x)/nr end function getmean ! ====================================================== pure function getsd (x, m) IMPLICIT NONE REAL(rk), INTENT(IN) :: x(:), m REAL(rk) :: getsd INTEGER :: i real(rk) :: nr1, resid(size(x))...(i=1:size(x)) resid(i) = x(i) - m getsd = dot_product(resid,resid)/nr1 getsd = sqrt(...
Show full article (4.47Kb) · Show article thread
Re: gfortran/g77 ld problem: undefined references     

Group: comp.lang.fortran · Group Profile · Search for Getsd in comp.lang.fortran
Author: Steven G. Kargl
Date: Jul 13, 2006 16:38

... a bug report? gfortran -mcmodel=medium -shared -O -c geek.f90 gfortran -L/home/rcrump/lib -o geek geek.o -lran -llapack -lblas /home/rcrump/lib/libran.a(getsd.o)(.text+0x6b): In function `getsd_': : undefined reference to `s_wsle' These are routines in libg2c.a You need to do something like gfortran -mcmodel=medium -shared -O -c -ff2c geek.f90 gfortran -L/...
Show full article (0.95Kb) · Show article thread
gfortran/g77 ld problem: undefined references     

Group: rec.food.drink.beer · Group Profile · Search for Getsd in rec.food.drink.beer
Author: RC
Date: Jul 13, 2006 16:19

... -lblas /home/rcrump/lib/libran.a(getsd.o)(.text+0x6b): In function `getsd_': ...`s_wsle' /home/rcrump/lib/libran.a(getsd.o)(.text+0x95): In function `getsd_': ...`do_lio' /home/rcrump/lib/libran.a(getsd.o)(.text+0xbf): In function `getsd_': ...`do_lio' /home/rcrump/lib/libran.a(getsd.o)(.text+0xc6): In function `getsd_':...e_wsle' /home/rcrump/lib/libran.a(getsd.o)(.text+0xdc): In function `getsd_':...
Show full article (5.98Kb)