#include "default/dot.hpp"
Go to the source code of this file.
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
shark::blas | |
shark::blas::kernels | |
Functions | |
template<class E1 , class E2 , class result_type > | |
void | shark::blas::kernels::dot (vector_expression< E1 > const &e1, vector_expression< E2 > const &e2, result_type &result) |
Well known dot-product r=<e1,e2>=sum_i e1_i*e2_i. More... | |