daceMultiplyDouble

Function daceMultiplyDouble 

Source
pub unsafe extern "C" fn daceMultiplyDouble(
    ina: *const DA,
    ckon: c_double,
    inb: *mut DA,
)
Expand description

Multiply constant and DA object.

ยงArguments

  • ina - Pointer to the first DA object to operate on
  • ckon - Constant value to multiply by
  • inb - Pointer to the DA object to store the result in

This routine is aliasing safe, i.e. inb can be the same as ina.