We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bc2b2 commit d11863aCopy full SHA for d11863a
test/zygote.jl
@@ -29,7 +29,7 @@ for (op_type, A) in
29
(AffineOperator, AffineOperator(rand(N,N), rand(N,N), rand(N,K))),
30
(ScaledOperator, rand() * MatrixOperator(rand(N,N))),
31
(InvertedOperator, InvertedOperator(rand(N,N) |> MatrixOperator)),
32
- (InvertibleOperator, InvertibleOperator(rand(N,N) |> MatrixOperator)),
+ (InvertibleOperator, InvertibleOperator(MatrixOperator(M), MatrixOperator(inv(M)))),
33
(BatchedDiagonalOperator, DiagonalOperator(rand(N,K))),
34
(AddedOperator, MatrixOperator(rand(N,N)) + MatrixOperator(rand(N,N))),
35
(ComposedOperator, MatrixOperator(rand(N,N)) * MatrixOperator(rand(N,N))),
0 commit comments