daceNorm

Function daceNorm 

Source
pub unsafe extern "C" fn daceNorm(
    ina: *const DA,
    ityp: c_uint,
) -> c_double
Expand description

Compute a norm of a DA object.

ยงArguments

  • ina - Pointer to the DA object to take norm of
  • ityp - Type of norm to compute.
    • 0 = max norm
    • 1 = sum norm
    • oth = corresponding vector norm