Class Computation

class Computation

Abstract interface for some different thread computation.

Subclassed by Matrix_computation_no_eigen

Public Functions

virtual void compute() = 0

Interface to some computation to perform in the real time thread.