Scalar product of vectors `u` and `v`can be in TNL computed by [`dot(u,v)`](../html/namespaceTNL.html#ab49c6303cbe48c65ca350389460c2e40) or simply as [`(u,v)`](@refContainers_operator_scalar_product_vector_et).
Scalar product of vectors `u` and `v`in TNL can be computed by \ref TNL::dot "TNL::dot(u,v)" or simply as \ref TNL::Containers::operator, "(u, v)".