10 #ifndef DENSE_EXACT_LOG_JOB_H_
11 #define DENSE_EXACT_LOG_JOB_H_
20 template<
class T>
class SGVector;
21 template<
class T>
class CDenseMatrixOperator;
58 return "DenseExactLogJob";
75 #endif // DENSE_EXACT_LOG_JOB_H_
Class that represents the job of applying the log of a CDenseMatrixOperator on a real vector...
virtual ~CDenseExactLogJob()
Abstract base class that provides an interface for computing an aggeregation of the job results of in...
virtual const char * get_name() const
Abstract base for general computation jobs to be registered in CIndependentComputationEngine. compute method produces a job result and submits it to the internal JobResultAggregator. Each set of jobs that form a result will share the same job result aggregator.
SGVector< float64_t > get_vector() const
CDenseMatrixOperator< float64_t > * get_operator() const