Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef MALSAR_LOW_RANK_H_
00012 #define MALSAR_LOW_RANK_H_
00013 #include <shogun/lib/config.h>
00014 #ifdef HAVE_EIGEN3
00015 #include <shogun/lib/malsar/malsar_options.h>
00016 #include <shogun/features/DotFeatures.h>
00017
00018 namespace shogun
00019 {
00020
00021 malsar_result_t malsar_low_rank(
00022 CDotFeatures* features,
00023 double* y,
00024 double rho,
00025 const malsar_options& options);
00026
00027 };
00028 #endif
00029 #endif