Skip to content

Find papers and books about CppAD #153

Answered by bradbell
xuruilong100 asked this question in Q&A
Discussion options

You must be logged in to vote

Matrix factorization is an advanced AD topic.
Here are a couple of links to papers on this topic:
https://link.springer.com/chapter/10.1007/978-3-540-68942-3_4
https://www.sciencedirect.com/science/article/abs/pii/S1877750311001013

There is an example of atomic Cholesky factoriation at
https://coin-or.github.io/CppAD/doc/atomic_two_eigen_cholesky.cpp.htm
This uses the old atomic_two interface and I have not had time to convert it to use the newer atomic four interface.

It my be better (and much easier) to let eigen do the work
https://coin-or.github.io/CppAD/doc/eigen.htm

Although there is a problem with eigen that the I have had to work around:
https://eigen.tuxfamily.org/bz/show_bug.cgi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xuruilong100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants