Division of real, complex, and integer fields

Syntax void QLA_R_eqop_R_divide_R( restrict QLA_Real *r, QLA_Real *a,
  QLA_Real *b)
Meaning r = a/b
eqop eq

Syntax void QLA_C_eqop_C_divide_C( restrict QLA_Complex *r,
  QLA_Complex *a, QLA_Complex *b)
Meaning r = a/b
eqop eq

Syntax void QLA_I_eqop_I_divide_I( restrict QLA_Int *r, QLA_Int *a,
  QLA_Int *b)
Meaning r = a/b
eqop eq



James Osborn 2006-06-25