transpose man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]

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

NAME
     TRANSPOSE - Transposes an array of rank two

SYNOPSIS
     TRANSPOSE ([MATRIX=]matrix)

IMPLEMENTATION
     UNICOS, UNICOS/mk, and IRIX systems

STANDARDS
     Fortran 90

DESCRIPTION
     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
     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
     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
     Intrinsic Procedures Reference Manual, publication SR-2138, for the
     printed version of this man page.

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net