Boolean Operations

Syntax void QLA_I_eqop_I_op_I( restrict QLA_Int *r, QLA_Int *a, QLA_Int *b)
Meaning $r = a \mathop{\rm op}b$
$\mathop{\rm op}$ or, and, xor
eqop eq

Syntax void QLA_I_eqop_not_I( restrict QLA_Int *r, QLA_Int *a)
Meaning $r = \mathop{\rm not}a$
eqop eq



James Osborn 2006-06-25