pub unsafe extern "C" fn daceNorm(
ina: *const DA,
ityp: c_uint,
) -> c_doubleExpand description
Compute a norm of a DA object.
ยงArguments
ina- Pointer to the DA object to take norm ofityp- Type of norm to compute.- 0 = max norm
- 1 = sum norm
- oth = corresponding vector norm