PLASMA  2.6.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Functions Variables Groups
void CORE_zsetvar ( const PLASMA_Complex64_t *  alpha,
PLASMA_Complex64_t *  x 
)

CORE_zsetvar sets a single variable, x := alpha.

Parameters
[in]alphaScalar to set x to, passed by pointer so it can depend on runtime value.
[out]xOn exit, x = alpha.