|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
| namespace | etl::linalg |
Functions | |
| template<in_vector InVec1, in_vector InVec2> | |
| constexpr auto | dot (InVec1 v1, InVec2 v2) |
| template<in_vector InVec1, in_vector InVec2, typename Scalar > | |
| constexpr auto | dot (InVec1 v1, InVec2 v2, Scalar init) -> Scalar |