OPX
|
Related Transformations
OPX Forward mode AD for R (XML)
Input
function(x, c) { xp = 1; res = 0; for (i in 1:length(c)) { res <- res + c[[i]] * xp; xp <- xp * x; } res }
Yes, I accept
the
Terms of Use
and the
Privacy Statement
No, I do not
accept the Terms of Use and the Privacy Statement
Upload file
Output
x
Related transformations
Import
Forward mode AD for R (XML)
R code as XML
Source-to-source transformations
Forward mode AD for R
R code as Text (Pretty-Print)