pub fn validate_rhs_vector(
rhs: &[f32],
expected_len: usize,
) -> Result<(), ValidationError>Expand description
Validate the right-hand side vector b for compatibility with a matrix.
This is an alias for validate_rhs that preserves backward compatibility
with the original API name.