[ADOL-C] Vectors and matrices

Rishi Amrit rishiamrit at gmail.com
Tue Jul 31 11:04:12 EDT 2012


On Tue, Jul 31, 2012 at 9:59 AM, Norman Goldstein <normvcr at telus.net> wrote:
> Thanks for the stl suggestion.  It is still somewhat bare-bones,
> as you pointed out with regards to matrices.  I am looking for
> a vector/matrix library, with notions of vector/matrix algebra,
> sub-matrices and numerical linear algebra.
>
> There are many such C++ libraries out there, but are any
> compatible with ADOL-C, allowing the class, adouble, to be
> used as a scalar type?

I use boost libraries for that purpose. I have not tested them out
with ADOLC, but they are built on the same concept as STL. So they
should work.

You can give it a try.

Rishi


More information about the ADOL-C mailing list