[CppAD] constructing an AD function at runtime

Michael Tautschnig tautschn at model.in.tum.de
Wed Sep 13 03:38:49 EDT 2006


[...]
> 
> Say, you've got a string "2.1 + 3", then you'd need to find some way of
> obtaining the following code:
> 
> AD<double> numberToken1 = 2.1;
> AD<double> numberToken2 = 2.1;
>
Sorry, that should read

AD<double> numberToken2 = 3;

[...]

Sorry for the confusion,
Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://list.coin-or.org/pipermail/cppad/attachments/20060913/68e1a368/attachment.bin


More information about the CppAD mailing list