Skip to main content

compare_matrices

Function compare_matrices 

Source
pub fn compare_matrices(
    a: &DMatrix<f64>,
    b: &DMatrix<f64>,
    tolerance: f64,
) -> ComparisonResult
Expand description

Compare two matrices element-wise with configurable tolerance.