dlaswp (l) - Linux Manuals
dlaswp: performs a series of row interchanges on the matrix A
Command to display dlaswp
manual in Linux: $ man l dlaswp
NAME
DLASWP - performs a series of row interchanges on the matrix A
SYNOPSIS
- SUBROUTINE DLASWP(
-
N, A, LDA, K1, K2, IPIV, INCX )
-
INTEGER
INCX, K1, K2, LDA, N
-
INTEGER
IPIV( * )
-
DOUBLE
PRECISION A( LDA, * )
PURPOSE
DLASWP performs a series of row interchanges on the matrix A.
One row interchange is initiated for each of rows K1 through K2 of A.
ARGUMENTS
- N (input) INTEGER
-
The number of columns of the matrix A.
- A (input/output) DOUBLE PRECISION array, dimension (LDA,N)
-
On entry, the matrix of column dimension N to which the row
interchanges will be applied.
On exit, the permuted matrix.
- LDA (input) INTEGER
-
The leading dimension of the array A.
- K1 (input) INTEGER
-
The first element of IPIV for which a row interchange will
be done.
- K2 (input) INTEGER
-
The last element of IPIV for which a row interchange will
be done.
- IPIV (input) INTEGER array, dimension (K2*abs(INCX))
-
The vector of pivot indices. Only the elements in positions
K1 through K2 of IPIV are accessed.
IPIV(K) = L implies rows K and L are to be interchanged.
- INCX (input) INTEGER
-
The increment between successive values of IPIV. If IPIV
is negative, the pivots are applied in reverse order.
FURTHER DETAILS
Modified by
R. C. Whaley, Computer Science Dept., Univ. of Tenn., Knoxville, USA
Pages related to dlaswp
- dlaswp (3)
- dlas2 (l) - computes the singular values of the 2-by-2 matrix [ F G ] [ 0 H ]
- dlascl (l) - multiplies the M by N real matrix A by the real scalar CTO/CFROM
- dlascl2 (l) - performs a diagonal scaling on a vector
- dlasd0 (l) - a divide and conquer approach, DLASD0 computes the singular value decomposition (SVD) of a real upper bidiagonal N-by-M matrix B with diagonal D and offdiagonal E, where M = N + SQRE
- dlasd1 (l) - computes the SVD of an upper bidiagonal N-by-M matrix B,
- dlasd2 (l) - merges the two sets of singular values together into a single sorted set
- dlasd3 (l) - finds all the square roots of the roots of the secular equation, as defined by the values in D and Z
- dlasd4 (l) - subroutine compute the square root of the I-th updated eigenvalue of a positive symmetric rank-one modification to a positive diagonal matrix whose entries are given as the squares of the corresponding entries in the array d, and that 0 <= D(i) < D(j) for i < j and that RHO > 0
- dlasd5 (l) - subroutine compute the square root of the I-th eigenvalue of a positive symmetric rank-one modification of a 2-by-2 diagonal matrix diag( D ) * diag( D ) + RHO The diagonal entries in the array D are assumed to satisfy 0 <= D(i) < D(j) for i < j