10 #ifndef LINEAR_OPERATOR_H_ 11 #define LINEAR_OPERATOR_H_ 13 #include <shogun/lib/config.h> 23 class CLinearOperator :
public CSGObject
48 virtual SGVector<T>
apply(SGVector<T> b)
const=0;
53 return "LinearOperator";
68 #endif // LINEAR_OPERATOR_H_
const index_t get_dimension() const
virtual const char * get_name() const
virtual SGVector< T > apply(SGVector< T > b) const =0
all of classes and functions are contained in the shogun namespace
virtual ~CLinearOperator()