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

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 complib/zunm2r(3) -- overwrite the general complex m-by-n matrix C with Q * C if SIDE = 'L' and TRANS = 'N', or Q'* C if SIDE = 'L'
    ZUNM2R overwrites the general complex m-by-n matrix C with where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(1) H(2) . . . H(k) as returned by ZGEQRF. Q is of order m if SIDE = 'L' and of order n if SIDE = 'R'.
 complib/zunmbr(3) -- VECT = 'Q', ZUNMBR overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    If VECT = 'Q', ZUNMBR overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q * C C * Q TRANS = 'C': Q**H * C C * Q**H If VECT = 'P', ZUNMBR overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': P * C C * P TRANS = 'C': P**H * C C * P**H Here Q and P**H are the unitary matrices determined by ZGEBRD when reducing a complex matrix A to bidiagonal form: A = Q * B * P**H. Q and P**H are defined as products of eleme...
 complib/zunmhr(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUNMHR overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix of order nq, with nq = m if SIDE = 'L' and nq = n if SIDE = 'R'. Q is defined as the product of IHI-ILO elementary reflectors, as returned by ZGEHRD: Q = H(ilo) H(ilo+1) . . . H(ihi-1).
 complib/zunml2(3) -- overwrite the general complex m-by-n matrix C with Q * C if SIDE = 'L' and TRANS = 'N', or Q'* C if SIDE = 'L'
    ZUNML2 overwrites the general complex m-by-n matrix C with where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(k)' . . . H(2)' H(1)' as returned by ZGELQF. Q is of order m if SIDE = 'L' and of order n if SIDE = 'R'.
 complib/zunmlq(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUNMLQ overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(k)' . . . H(2)' H(1)' as returned by ZGELQF. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.
 complib/zunmql(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUNMQL overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(k) . . . H(2) H(1) as returned by ZGEQLF. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.
 complib/zunmqr(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUNMQR overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(1) H(2) . . . H(k) as returned by ZGEQRF. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.
 complib/zunmr2(3) -- overwrite the general complex m-by-n matrix C with Q * C if SIDE = 'L' and TRANS = 'N', or Q'* C if SIDE = 'L'
    ZUNMR2 overwrites the general complex m-by-n matrix C with where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(1)' H(2)' . . . H(k)' as returned by ZGERQF. Q is of order m if SIDE = 'L' and of order n if SIDE = 'R'.
 complib/zunmrq(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUNMRQ overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of k elementary reflectors Q = H(1)' H(2)' . . . H(k)' as returned by ZGERQF. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.
 complib/zunmtr(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUNMTR overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix of order nq, with nq = m if SIDE = 'L' and nq = n if SIDE = 'R'. Q is defined as the product of nq-1 elementary reflectors, as returned by ZHETRD: if UPLO = 'U', Q = H(nq-1) . . . H(2) H(1); if UPLO = 'L', Q = H(1) H(2) . . . H(nq-1).
 complib/zupgtr(3) -- product of n-1 elementary reflectors H(i) of order n, as returned by ZHPTRD using packed storage
    ZUPGTR generates a complex unitary matrix Q which is defined as the product of n-1 elementary reflectors H(i) of order n, as returned by ZHPTRD using packed storage: if UPLO = 'U', Q = H(n-1) . . . H(2) H(1), if UPLO = 'L', Q = H(1) H(2) . . . H(n-1).
 complib/zupmtr(3) -- overwrite the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N'
    ZUPMTR overwrites the general complex M-by-N matrix C with TRANS = 'C': Q**H * C C * Q**H where Q is a complex unitary matrix of order nq, with nq = m if SIDE = 'L' and nq = n if SIDE = 'R'. Q is defined as the product of nq-1 elementary reflectors, as returned by ZHPTRD using packed storage: if UPLO = 'U', Q = H(nq-1) . . . H(2) H(1); if UPLO = 'L', Q = H(1) H(2) . . . H(nq-1).
 standard/zwritemask(3) -- specifies a write mask for the z-buffer of the current framebuffer
    mask expects a mask indicating which z-buffer bitplanes are read only and which can be written to. Z-buffer bitplanes that correspond to zeros in the mask are read only. Z-buffer bitplanes that correspond to ones in the mask can be written.
 libelfutil/_leb128_unsigned_decode64(3) -- decode leb128 integers
    These routines decode leb128 numbers into the integers they encode. The leb128 format is a variable-length encoding extensively used in the DWARF debugging information format and is described in the DWARF documentation. The caller must know if the leb128 number data in hand is 32 or 64 bit and if it is signed or unsigned: nothing in the leb128 format makes it possible to determine this from the input data itself. If a data points to a number which fits in 32 bits either the 32bit or 64bit decodi...
 libelfutil/_leb128_unsigned_encode64(3) -- encode leb128 integers
    These routines encode integers into the leb128 format. The leb128 format is a variable-length encoding extensively used in the DWARF debugging information format and is described in the DWARF documentation. The encoded number is placed into buffer and the number of bytes of buffer used to encode the number is returned. Link with the option -lelfutil to link in these routines. The arguments are as follows: number is the input number to be converted to leb128 format. buffer is a buffer provided by...
<<  [Prev]  388  389  390  391  392  393  394  395  396  397  398  399  400  401  402  403  404  405  406  407  408  
409  410  411  412  413  414  415  416  417  418  419  420  421  422  423  424  425  426  427  428  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service