gpm.h

Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  *** Authors:                                                               ***
00008  ***  Thomas Serafini, Luca Zanni                                           ***
00009  ***   Dept. of Mathematics, University of Modena and Reggio Emilia - ITALY ***
00010  ***   serafini.thomas@unimo.it, zanni.luca@unimo.it                        ***
00011  ***  Gaetano Zanghirati                                                    ***
00012  ***   Dept. of Mathematics, University of Ferrara - ITALY                  ***
00013  ***   g.zanghirati@unife.it                                                ***
00014  ***                                                                        ***
00015  *** Software homepage: http://dm.unife.it/gpdt                             ***
00016  ***                                                                        ***
00017  *** This work is supported by the Italian FIRB Projects                    ***
00018  ***      'Statistical Learning: Theory, Algorithms and Applications'       ***
00019  ***      (grant RBAU01877P), http://slipguru.disi.unige.it/ASTA            ***
00020  *** and                                                                    ***
00021  ***      'Parallel Algorithms and Numerical Nonlinear Optimization'        ***
00022  ***      (grant RBAU01JYPN), http://dm.unife.it/pn2o                       ***
00023  ***                                                                        ***
00024  *** Copyright (C) 2004-2008 by T. Serafini, G. Zanghirati, L. Zanni.       ***
00025  ***                                                                        ***
00026  *** SHOGUN adaptions  Written (W) 2006-2008 Soeren Sonnenburg              ***
00027  */
00028 
00029 #include <shogun/lib/common.h>
00030 
00031 namespace shogun
00032 {
00047 int32_t gpm_solver(
00048     int32_t Solver, int32_t Projector, int32_t n, float32_t *A, float64_t *b,
00049     float64_t c, float64_t e, int32_t *iy, float64_t *x, float64_t tol,
00050     int32_t *ls = 0, int32_t *proj = 0);
00051 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation