ge_copy_i man page on OpenIndiana

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

ge_copy_i(3PI)	       Sun Interval Performance Library		ge_copy_i(3PI)

NAME
       ge_copy_i - General interval matrix copy.

DESCRIPTION
		   B = COPY of A or B = COPY of A_transposed
       The routine GE_COPY_I copies a general interval matrix A (or its transā€
       pose) and stores the result in an interval matrix  B.  Matrices	A  (or
       A_transposed)  and  B have the same storage format. The routine returns
       immediately if M or N is equal to zero.

SYNOPSIS
       SUBROUTINE GE_COPY_I( A, B [, TRANSA] )
       INTERVAL, INTENT(IN)  :: A(:,:)
       INTERVAL, INTENT(OUT) :: B(:,:)
       TYPE(blas_trans_type), INTENT(IN), OPTIONAL :: TRANSA
	 where
       If TRANSA  = blas_no_trans (default): A and B have shape (M,N).
       If TRANSA /= blas_no_trans: A has shape (M,N) and B has shape (N,M).

ARGUMENTS
       A (input)
		      On entry, A is array of DIMENSION	 (M,N).
		      Unchanged on exit.
       B (output)
		      On entry, B is array of DIMENSION (M,N)
		      if TRANSA	 = blas_no_trans (default).
		      B is array of DIMENSION
		      (N,M) if TRANSA /= blas_no_trans.
		      On exit, B is the copy of array A or
		      A_transposed.
       TRANSA (input)
		      Scalar element.
		      Specifies the matrix A transpose.
		      Possible values:
		      TRANSA = blas_no_trans (default)
		      TRANSA = blas_trans
		      Unchanged on exit.

ERRORS
       blas_error_alloc
		 A or B is unallocated array

       blas_error_shape
		 A or B has unappropriate shape

				  6 Mar 2009			ge_copy_i(3PI)
[top]

List of man pages available for OpenIndiana

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