10 #ifndef LINEAR_OPERATOR_H_
11 #define LINEAR_OPERATOR_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 ~CLinearOperator()
virtual SGVector< T > apply(SGVector< T > b) const =0
all of classes and functions are contained in the shogun namespace