PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
void CORE_zgeqp3_init ( int  n,
int *  jpvt 
)

CORE_zgeqp3_init initializes jpvt to [1, ..., n]. Uses 1-based indexing for Fortran compatability.

Parameters
[in]nSize of vector.
[in,out]jpvtVector of size n. On exit, jpvt[i] = i+1.