10 #ifndef VECTOR_RESULT_H_
11 #define VECTOR_RESULT_H_
24 template<
class T>
class CVectorResult :
public CJobResult
27 typedef bool supports_complex128_t;
56 return "VectorResult";
75 SG_ADD(&m_result,
"vector_result",
81 #endif // VECTOR_RESULT_H_
Base class that stores the result of an independent job.
SGVector< T > get_result() const
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
CVectorResult(SGVector< T > vector_result)