dlamrg man page on OpenIndiana

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

dlamrg(3P)		    Sun Performance Library		    dlamrg(3P)

NAME
       dlamrg  -  will create a permutation list which will merge the elements
       of A (which is composed of two independently sorted sets) into a single
       set which is sorted in ascending order

SYNOPSIS
       SUBROUTINE DLAMRG(N1, N2, A, TRD1, TRD2, INDEX)

       INTEGER N1, N2, TRD1, TRD2
       INTEGER INDEX(*)
       DOUBLE PRECISION A(*)

       SUBROUTINE DLAMRG_64(N1, N2, A, TRD1, TRD2, INDEX)

       INTEGER*8 N1, N2, TRD1, TRD2
       INTEGER*8 INDEX(*)
       DOUBLE PRECISION A(*)

   F95 INTERFACE
       SUBROUTINE LAMRG(N1, N2, A, TRD1, TRD2, INDEX)

       INTEGER :: N1, N2, TRD1, TRD2
       INTEGER, DIMENSION(:) :: INDEX
       REAL(8), DIMENSION(:) :: A

       SUBROUTINE LAMRG_64(N1, N2, A, TRD1, TRD2, INDEX)

       INTEGER(8) :: N1, N2, TRD1, TRD2
       INTEGER(8), DIMENSION(:) :: INDEX
       REAL(8), DIMENSION(:) :: A

   C INTERFACE
       #include <sunperf.h>

       void dlamrg(int n1, int n2, double *a, int trd1, int trd2, int *index);

       void  dlamrg_64(long n1, long n2, double *a, long trd1, long trd2, long
		 *index);

PURPOSE
       dlamrg will create a permutation list which will merge the elements  of
       A  (which  is  composed of two independently sorted sets) into a single
       set which is sorted in ascending order.

ARGUMENTS
       N1 (input)
		 Length of the first sequence to be merged.

       N2 (input)
		 Length of the second sequence to be merged.

       A (input) On entry, the first N1 elements of A contain a list  of  num‐
		 bers  which  are  sorted  in  either  ascending or descending
		 order.	 Likewise for the final N2 elements.

       TRD1 (input)
		 Describes the stride to be taken through the array A for  the
		 first N1 elements.
		 = -1 subset is sorted in descending order.
		 = 1 subset is sorted in ascending order.

       TRD2 (input)
		 Describes  the stride to be taken through the array A for the
		 first N1 elements.
		 = -1 subset is sorted in descending order.
		 = 1 subset is sorted in ascending order.

       INDEX (output)
		 On exit this array will contain a permutation such that if B(
		 I ) = A( INDEX( I ) ) for I=1,N1+N2, then B will be sorted in
		 ascending order.

				  6 Mar 2009			    dlamrg(3P)
[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