Expand description
Validation functions for common parameter checks
Functionsยง
- check_
dimensions - Check that dimensions match
- check_
finite_ array - Check that an array contains only finite values
- check_
finite_ f32 - Check that a value is finite (for floating point)
- check_
finite_ f64 - Check that a value is finite (for floating point)
- check_
non_ empty - Check that a slice is not empty
- check_
non_ empty_ str - Check that a string is not empty
- check_
positive - Check that a value is positive
- check_
range - Check that a value is within a range