Displaying 2 results from an estimated 2 matches for "ishort".
Did you mean:
short
2005 Aug 03
7
call fortran in R
...compiled code.
Here is what I have done:
In the terminal this how I compiled my fortran code:
R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f
There is the wrapper I have paste inside de kmeans3.f file:
c THIS IS THE WRAPPER
subroutine wrapper(n, p, nran, mat, ishort, w, z,
+ ntran, istand, k1, k2, iassign, iseed)
integer n,p,kmax
real*8 mat(n,p),sx(kmax,p),sx2(kmax,p),vect(p),
+ xbar(kmax,p),var(kmax,p),mean(p),coord(10)
real*8 D1,Dref,SSE,SSEref,Dvec(kmax),w(p),SST
real*...
2012 Oct 13
0
[ANNOUNCE] xscope 1.3.99.901
...tement before panic() call, so it can actually run
SaveBytes: drop unnecessary casts in bcopy() call
Convert remaining sprintf calls to snprintf
Add _X_NORETURN to additional functions suggested by gcc warnings
Convert remaining bcopy() calls to memcpy()
Convert ILong, IShort, etal to return C99 uint*_t types
Move ILong, IShort, etal to inline functions in x11.h
ILong: shift each byte individually, then OR them together
Handle big-requests when calculating request contents from length field
Convert ValueRec structures from unsigned long to uint32...