GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HPL_dlaswp06T(3) HPL Library Functions HPL_dlaswp06T(3)

HPL_dlaswp06T - swap rows or columns of U with rows of A.

#include "hpl.h"

void HPL_dlaswp06T( const int M, const int N, double * A, const int LDA, double * U, const int LDU, const int * LINDXA );

HPL_dlaswp06T swaps columns of U with rows of A at positions indicated by LINDXA.

M (local input) const int
On entry, M specifies the number of rows of A that should be swapped with columns of U. M must be at least zero.
N (local input) const int
On entry, N specifies the length of the rows of A that should be swapped with columns of U. N must be at least zero.
A (local output) double *
On entry, A points to an array of dimension (LDA,N). On exit, the rows of this array specified by LINDXA are replaced by columns of U.
LDA (local input) const int
On entry, LDA specifies the leading dimension of the array A. LDA must be at least MAX(1,M).
U (local input/output) double *
On entry, U points to an array of dimension (LDU,*). This array contains the columns of U that are to be swapped with rows of A.
LDU (local input) const int
On entry, LDU specifies the leading dimension of the array U. LDU must be at least MAX(1,N).
LINDXA (local input) const int *
On entry, LINDXA is an array of dimension M that contains the local row indexes of A that should be swapped with U.

HPL_dlaswp00N (3), HPL_dlaswp10N (3), HPL_dlaswp01N (3), HPL_dlaswp01T (3), HPL_dlaswp02N (3), HPL_dlaswp03N (3), HPL_dlaswp03T (3), HPL_dlaswp04N (3), HPL_dlaswp04T (3), HPL_dlaswp05N (3), HPL_dlaswp05T (3), HPL_dlaswp06N (3), HPL_dlaswp06T (3).
December 2, 2018 HPL 2.3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.