This commit is contained in:
Robert Schulze 2024-02-21 11:54:20 +00:00
parent 9f37f17900
commit 8f0f8bf294
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -130,7 +130,7 @@ struct DotProduct
/// The implementation is modeled after the implementation of distance functions arrayL1Distance, arrayL2Distance, etc.
/// The main difference is that arrayDotProduct() interfers the result type differently.
/// The main difference is that arrayDotProduct() interferes the result type differently.
template <typename Kernel>
class FunctionArrayScalarProduct : public IFunction
{