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 02048c3 commit ace1e4cCopy full SHA for ace1e4c
test/linalg.jl
@@ -1,5 +1,5 @@
1
using RecursiveArrayTools, Test, Random
2
-using LinearAlgebra
+using LinearAlgebra, ArrayInterface
3
4
n, m = 5, 6
5
bb = rand(n), rand(m)
0 commit comments