pub fn assert_eq_host_and_device_matrix<T: Clone + Send + Sync + PartialEq + Debug>( cpu: Arc<RowMajorMatrix<T>>, gpu: &DeviceMatrix<T>, )