Go to the documentation of this file. 1 subroutine xpose( in, out )
9 c name
Type i/o description
10 c -------- ---- --- -----------
11 c in r*4 i
size 3 by 3 input
matrix
12 c out r*4 o
size 3 by 3 output
matrix
14 c by: w. robinson, gsc, 15 apr 93
18 c modification history:
21 real*4 in(3,3), out(3,3)
float ** matrix(long nrl, long nrh, long ncl, long nch)
subroutine xpose(in, out)
void transpose(float *in[], float *out[])