10 #ifndef DENSE_MATRIX_EXACT_LOG_H_ 11 #define DENSE_MATRIX_EXACT_LOG_H_ 13 #include <shogun/lib/config.h> 20 template<
class T>
class SGVector;
21 template<
class T>
class CDenseMatrixOperator;
22 class CJobResultAggregator;
23 class CIndependentComputationEngine;
66 return "DenseMatrixExactLog";
72 #endif // DENSE_MATRIX_EXACT_LOG_H_ Class that generates jobs for computing logarithm of a dense matrix linear operator.
virtual const char * get_name() const
virtual ~CDenseMatrixExactLog()
virtual void precompute()
Abstract template base class for computing for a linear operator C and a vector s. submit_jobs method creates a bunch of jobs needed to solve for this particular and attaches one unique job aggregator to each of them, then submits them all to the computation engine.
Abstract base class that provides an interface for computing an aggeregation of the job results of in...
all of classes and functions are contained in the shogun namespace
Abstract base class for solving multiple independent instances of CIndependentJob. It has one method, submit_job, which may add the job to an internal queue and might block if there is yet not space in the queue. After jobs are submitted, it might not yet be ready. wait_for_all waits until all jobs are completed, which *must be* called to guarantee that all jobs are finished.
virtual CJobResultAggregator * submit_jobs(SGVector< float64_t > sample)