Class Computation¶
-
class
Computation
¶ Abstract interface for some different thread computation.
Subclassed by Matrix_computation_no_eigen
Public Functions
-
void
compute
() = 0¶ Interface to some computation to perform in the real time thread.
-
void