
16 Feb
2010
16 Feb
'10
3:37 p.m.
On Tue, Feb 16, 2010 at 03:12:53PM -0500, Daniel Peebles wrote:
How would you use hmatrix? By linear programming I assume he means systems of linear inequalities, as typically solved by the simplex algorithm. I too am interested in this question (and the more general one of nonlinear optimization)!
I have never used this part of hmatrix, but does Numeric.LinearAlgebra satisfy your needs? In particular, see linearSolve[1] and linearSolveR[2]. [1] http://hackage.haskell.org/packages/archive/hmatrix/0.8.3.1/doc/html/Numeric... [2] http://hackage.haskell.org/packages/archive/hmatrix/0.8.3.1/doc/html/Numeric... HTH, -- Felipe.