PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_cgeqp3_Tile_Async ( PLASMA_desc A,
int *  jpvt,
PLASMA_Complex32_t *  tau,
PLASMA_Complex32_t *  work,
float *  rwork,
PLASMA_sequence sequence,
PLASMA_request request 
)

PLASMA_cgeqp3_Tile_Async - Computes the tile QR factorization with column pivoting of a matrix. Non-blocking equivalent of PLASMA_cgeqp3_Tile(). May return before the computation is finished. Allows for pipelining of operations at runtime.

Parameters
[in]sequenceIdentifies the sequence of function calls that this call belongs to (for completion checks and exception handling purposes).
[out]requestIdentifies this function call (for exception handling purposes).
See also
PLASMA_cgeqp3
PLASMA_cgeqp3_Tile
PLASMA_cgeqp3_Tile_Async
PLASMA_dgeqp3_Tile_Async
PLASMA_sgeqp3_Tile_Async