Open CarloLucibello opened 6 years ago
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
All done except last 3?
right
Some of these broke because of 0.7. I put @test_broken in test/linearalgebra.jl
diag
,diagm
triu
,tril
kron
dot
inv
trace
det
(see https://github.com/pytorch/pytorch/pull/3816)logdet
,logabsdet
chol
(see https://github.com/tensorflow/tensorflow/pull/1465 and the paper mentioned over there)svd
(see https://github.com/pytorch/pytorch/pull/3816 and https://j-towns.github.io/papers/svd-derivative.pdf )qr
(see https://github.com/tensorflow/tensorflow/issues/6504#issuecomment-316892961)lq
eig
eigs
\
,/
useful reading https://arxiv.org/pdf/1710.08717.pdf