This PR adds rrules and tests for most linear algebra methods.
Note that the tests for tsvd are disabled when working with Complex, as I have not been able to figure out how to make the lack of uniqueness of U and V work with finite differences and or the ChainRulesTestUtils interface.
This PR adds rrules and tests for most linear algebra methods.
Note that the tests for
tsvd
are disabled when working withComplex
, as I have not been able to figure out how to make the lack of uniqueness ofU
andV
work with finite differences and or the ChainRulesTestUtils interface.