Re: [eigen] Does anyone know of a good l1-solver?

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


On 17.04.2012 13:22, Markus Moll wrote:
Hi

On Tuesday 17 April 2012 11:37:00 Helmut Jarausch wrote:
On 04/17/2012 11:28:23 AM, cr.anil@xxxxxxxxx wrote:
Hello all,
I was looking for l1-solvers in C++ preferably compatible with Eigen
API.
Does anyone know of any such libraries here?
Thank you,
Anil

What's an l1-solver?

A linear program solver, I guess.
(min. || x ||_1 s.t. Ax<= b )

Either that, or maybe find x, s.t. ||Ax - b||_1=min ?

Do you know anything about A? (sparse, square, symmetric, rank-deficient, ill-conditioned, ...)

Anyways, afaik, Eigen itself does not provide L1-solvers, so you need to find an external library anyways (or find an algorithm and implement it). It is quite easy to interact with other libraries by using Eigen's Map and .data() functionality.

Christoph


--
----------------------------------------------
Dipl.-Inf. Christoph Hertzberg
Cartesium 0.049
Universität Bremen
Enrique-Schmidt-Straße 5
28359 Bremen

Tel: +49 (421) 218-64252
----------------------------------------------



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/