Go to the documentation of this file.
48 Forward(
false,&m1,&d1);
52 Adjoint(
false,&m2,&d2);
55 if(verb) std::cout<<
"Dot product test with add=false: \n"<<dot1<<
"\n"<<dot2<<
"\n";
57 Forward(
true,&m1,&d1);
60 Adjoint(
true,&m2,&d2);
63 if(verb) std::cout<<
"Dot product test with add=true: \n"<<dot3<<
"\n"<<dot4<<
"\n";