SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gpm.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  *** Authors: ***
8  *** Thomas Serafini, Luca Zanni ***
9  *** Dept. of Mathematics, University of Modena and Reggio Emilia - ITALY ***
10  *** serafini.thomas@unimo.it, zanni.luca@unimo.it ***
11  *** Gaetano Zanghirati ***
12  *** Dept. of Mathematics, University of Ferrara - ITALY ***
13  *** g.zanghirati@unife.it ***
14  *** ***
15  *** Software homepage: http://dm.unife.it/gpdt ***
16  *** ***
17  *** This work is supported by the Italian FIRB Projects ***
18  *** 'Statistical Learning: Theory, Algorithms and Applications' ***
19  *** (grant RBAU01877P), http://slipguru.disi.unige.it/ASTA ***
20  *** and ***
21  *** 'Parallel Algorithms and Numerical Nonlinear Optimization' ***
22  *** (grant RBAU01JYPN), http://dm.unife.it/pn2o ***
23  *** ***
24  *** Copyright (C) 2004-2008 by T. Serafini, G. Zanghirati, L. Zanni. ***
25  *** ***
26  *** SHOGUN adaptions Written (W) 2006-2008 Soeren Sonnenburg ***
27  */
28 
29 #include <shogun/lib/common.h>
30 
31 namespace shogun
32 {
47 int32_t gpm_solver(
48  int32_t Solver, int32_t Projector, int32_t n, float32_t *A, float64_t *b,
49  float64_t c, float64_t e, int32_t *iy, float64_t *x, float64_t tol,
50  int32_t *ls = 0, int32_t *proj = 0);
51 }

SHOGUN Machine Learning Toolbox - Documentation