Skip to content
Snippets Groups Projects

Draft: Do dot product using lambda functions

Open Yen-Chen Chen requested to merge cpp_inner_product into feature-add-cpp-codes
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -386,10 +386,6 @@ TYPED_TEST(HorizontalReconLinearTest, TestLsqCellSVD) {
this->p_coeff[p_coeff_at(j, i, 0, 0)] = 0.0;
}
// this->lsq_rmat_rdiag_c[rmat_rdiag_at(i, 0, 0)] = 2.0;
// this->lsq_rmat_rdiag_c[rmat_rdiag_at(i, 1, 0)] = 2.0;
// this->lsq_rmat_utri_c[rmat_utri_at(i, 0, 0)] = 0.1;
this->lsq_moments[moments_at(i, 0, 0)] = 0.2;
this->lsq_moments[moments_at(i, 0, 1)] = 0.3;
}
Loading