Sparse Automatique Differentiation软件

Forward automatic differentiation using operator overloading and sparse jacobians

软件应用简介

Sparse Automatique Differentiation软件

a simple example using a 3D array:

>> f=@(x) sum(x.^2,3);

>> full(AutoDiffJacobianAutoDiff(f,ones(2,2,2)))

ans =

2.0000 0 0 0 2.0000 0 0 0

0 2.0000 0 0 0 2.0000 0 0

0 0 2.0000 0 0 0 2.0000 0

0 0 0 2.0000 0 0 0 2.0000

see the github page https://github.com/martinResearch/MatlabAutoDiff for more examples and a more detailed explaination

界面展示

Sparse Automatique Differentiation软件

结果示意

Sparse Automatique Differentiation软件

规格 价

0元试用
0.0元人民币/月

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2022年6月26日
下一篇 2022年6月26日

相关推荐