safe_sparse_dot_f64

Function safe_sparse_dot_f64 

Source
pub fn safe_sparse_dot_f64(
    a: &ArrayView1<'_, f64>,
    b: &ArrayView1<'_, f64>,
) -> UtilsResult<f64>
Expand description

Specialized f64 sparse-dense dot product