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 f2e5d5a commit f65ab8dCopy full SHA for f65ab8d
test/core.jl
@@ -267,5 +267,6 @@ end
267
@test ArrayInterface.ldlt_instance(A) isa typeof(ldlt(SymTridiagonal(A' * A)))
268
@test ArrayInterface.lu_instance(A) isa typeof(lu(A))
269
@test ArrayInterface.qr_instance(A) isa typeof(qr(A))
270
+ @test ArrayInterface.svd_instance(A) isa typeof(svd(A))
271
end
272
0 commit comments