pub fn size_are_compatible(
    a: &CsrMatrix<f64>,
    vector: &DVector<f64>,
    setting: &Setting
)