|
RTC Toolkit 5.1.0
|
Computation class of the example data task. More...
#include "computation.hpp"#include "rtctk/componentFramework/exceptions.hpp"#include "rtctk/componentFramework/logger.hpp"#include <iostream>Namespaces | |
| namespace | rtctk |
| namespace | rtctk::exampleDataTask |
Functions | |
| float | rtctk::exampleDataTask::MyDotProduct (const float *x, const float *y, uint32_t n) |
| void | rtctk::exampleDataTask::MySgemv (const float *mat, const float *in_vec, float *out_vec, uint32_t rows, uint32_t cols) |
| void | rtctk::exampleDataTask::ComputeAverageSlopes (const BufferType &buffer, std::vector< float > &avg_slopes) |
| void | rtctk::exampleDataTask::ComputeAverageModes (const MatrixBuffer< float > &s2m_matrix, const std::vector< float > &avg_slopes, std::vector< float > &avg_modes) |
Computation class of the example data task.