Re: [eigen] Non linear equations solver |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Non linear equations solver
- From: Tim Hutt <tdhutt@xxxxxxxxx>
- Date: Thu, 23 Jul 2009 20:27:30 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=LQ5+GjeccSh68SF1zlB+SbsAtPjgWcWEbJmtelsYARA=; b=RbzNJOZ3Oss5zOs37dn3yEl9GmRbLUVL03YS7n/b8v+ioAo4haHu71J62kMGCLsm8A GY7TB/p/E4s91XqLDXhXsfNCi2FOVBA52TndOert4JVyGhlZxnp10Uq0AqeXY+pzqmGt Sn3ytj/OTLPcj86QXX6OHEHVE4Uu4VFxMXZHc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=oJgWLij29ETeUf7j8p4+CQpZOUy+hmN0OpRf2qXdX8B37SihatrBzUIZYOD/s//HGy 5Dy0wG7l9stdoIGLKbgeDX0sMJmooRUeJ4h7rn+9hSq6ABQEhbTa45I05IYx3QupztHE fPH8HpTDfIyNhl7sPgVtcLBeViZ85nI05lnM4=
2009/7/23 <koldo.ramirez@xxxxxxxxx>:
> Hello list
>
> I have been searching MINPACK ports to C and it seems the most complete is
> CMinpack (http://devernay.free.fr/hacks/cminpack.html).
It's actually pretty easy to call FORTRAN routines from C/C++. I wrote
a bit about how to do it with LAPACK here:
http://eigen.tuxfamily.org/index.php?title=Lapack
It'd be cool if people could expand that page a bit...