pub fn safe_sparse_dot_f64(
a: &ArrayView1<'_, f64>,
b: &ArrayView1<'_, f64>,
) -> UtilsResult<f64>Expand description
Specialized f64 sparse-dense dot product
pub fn safe_sparse_dot_f64(
a: &ArrayView1<'_, f64>,
b: &ArrayView1<'_, f64>,
) -> UtilsResult<f64>Specialized f64 sparse-dense dot product