Skip to main content

check_finite

Function check_finite 

Source
pub fn check_finite(values: &[f64]) -> FrankaResult<()>
Expand description

Checks that all elements of the array have a finite value.

Port of franka::checkFinite.