We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diag
diagm
triu
tril
kron
dot
inv
trace
det
logdet
logabsdet
chol
svd
qr
lq
eig
eigs
\
/
useful reading https://arxiv.org/pdf/1710.08717.pdf
The text was updated successfully, but these errors were encountered:
All done except last 3?
Sorry, something went wrong.
right
Some of these broke because of 0.7. I put @test_broken in test/linearalgebra.jl
No branches or pull requests
diag
,diagm
triu
,tril
kron
dot
inv
trace
det
(see Add determinant function on variable; Add backward on svd pytorch/pytorch#3816)logdet
,logabsdet
chol
(see Cholesky backpropagation tensorflow/tensorflow#1465 and the paper mentioned over there)svd
(see Add determinant function on variable; Add backward on svd pytorch/pytorch#3816 and https://j-towns.github.io/papers/svd-derivative.pdf )qr
(see Feature Request: Gradient for QR op tensorflow/tensorflow#6504 (comment))lq
eig
eigs
\
,/
useful reading https://arxiv.org/pdf/1710.08717.pdf
The text was updated successfully, but these errors were encountered: