36 #ifndef _MATRIXOPERATIONS_H_ 37 #define _MATRIXOPERATIONS_H_ 39 #include <shogun/lib/config.h> 45 template<
class T>
class SGVector;
46 template<
class C>
class SGMatrix;
static SGMatrix< float64_t > get_choleksy(SGVector< float64_t > W, SGVector< float64_t > sW, SGMatrix< float64_t > kernel, float64_t scale)
static SGMatrix< float64_t > get_inverse(SGMatrix< float64_t > L, SGMatrix< float64_t > kernel, SGVector< float64_t > sW, SGMatrix< float64_t > V, float64_t scale)
void scale(SGVector< T > &a, SGVector< T > &result, T alpha=1)
all of classes and functions are contained in the shogun namespace
The helper class is used for Laplace and KL methods.