10 #ifndef VECTOR_RESULT_H_
11 #define VECTOR_RESULT_H_
26 typedef bool supports_complex128_t;
55 return "VectorResult";
74 SG_ADD(&m_result,
"vector_result",
80 #endif // VECTOR_RESULT_H_
CVectorResult(SGVector< T > vector_result)
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
Base class that stores the result of an independent job when the result is a vector.