ExampleDotProduct¶
-
class ExampleDotProduct : public kotekan::Stage¶
A stage to compute the dot product between two vectors: A and B, which are represented by two buffers. The result is written to an output buffer.
- Buffers
in_a_bufThe input buffer representing vector A.Format: Array of floats
Metadata:
none
in_b_bufThe input buffer representing vector B.Format: Array of floats
Metadata:
any
out_bufThe output buffer to hold the result.Format: Array of floats
Metadata:
any