*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/transpose (3)              
Title
Content
Arch
Section
 

Contents


TRANSPOSE(3I)					       Last changed: 1-6-98

NAME    [Toc]    [Back]

     TRANSPOSE - Transposes an array of	rank two

SYNOPSIS    [Toc]    [Back]

     TRANSPOSE ([MATRIX=]matrix)

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

STANDARDS    [Toc]    [Back]

     Fortran 90

DESCRIPTION    [Toc]    [Back]

     The TRANSPOSE intrinsic function transposes a two-dimensional array.
     It	accepts	the following argument:

     matrix    May be of any type and must have	rank two

     TRANSPOSE is a transformational function.	The name of this intrinsic
     cannot be passed as an argument.

RETURN VALUES    [Toc]    [Back]

     The result	is an array of the same	type and type parameters as matrix,
     with rank two, and	shape (n, m), where (m,	n) is the shape	of matrix.
     Element (i, j) of the result has the value	matrix(j,i), where
     i = 1, 2, ..., n and j = 1, 2, ..., m.

EXAMPLES    [Toc]    [Back]

     Assume that array A is as follows:

	| 1 2 3	|
	| 4 5 6	|
	| 7 8 9	|


     TRANSPOSE(A) has the following value:

	| 1 4 7	|
	| 2 5 8	|
	| 3 6 9	|

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.

TRANSPOSE(3I)					       Last changed: 1-6-98

NAME    [Toc]    [Back]

     TRANSPOSE - Transposes an array of	rank two

SYNOPSIS    [Toc]    [Back]

     TRANSPOSE ([MATRIX=]matrix)

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

STANDARDS    [Toc]    [Back]

     Fortran 90

DESCRIPTION    [Toc]    [Back]

     The TRANSPOSE intrinsic function transposes a two-dimensional array.
     It	accepts	the following argument:

     matrix    May be of any type and must have	rank two

     TRANSPOSE is a transformational function.	The name of this intrinsic
     cannot be passed as an argument.

RETURN VALUES    [Toc]    [Back]

     The result	is an array of the same	type and type parameters as matrix,
     with rank two, and	shape (n, m), where (m,	n) is the shape	of matrix.
     Element (i, j) of the result has the value	matrix(j,i), where
     i = 1, 2, ..., n and j = 1, 2, ..., m.

EXAMPLES    [Toc]    [Back]

     Assume that array A is as follows:

	| 1 2 3	|
	| 4 5 6	|
	| 7 8 9	|


     TRANSPOSE(A) has the following value:

	| 1 4 7	|
	| 2 5 8	|
	| 3 6 9	|

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.

[ Back ]
 Similar pages
Name OS Title
unpack IRIX Unpacks an array of rank one into an array under control of a mask
slaed4 IRIX rank-one modification to a diagonal matrix whose elements are given in the array d, and that D(i) < D(j) for i
dlaed4 IRIX rank-one modification to a diagonal matrix whose elements are given in the array d, and that D(i) < D(j) for i
dlaed1 IRIX modification by a rank-one symmetric matrix
slaed7 IRIX modification by a rank-one symmetric matrix
claed7 IRIX modification by a rank-one symmetric matrix
zlaed7 IRIX modification by a rank-one symmetric matrix
slaed1 IRIX modification by a rank-one symmetric matrix
dlaed7 IRIX modification by a rank-one symmetric matrix
csyr IRIX perform the symmetric rank 1 operation A := alpha*x*( x' ) + A,
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service