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 01ee394 commit c0fda8cCopy full SHA for c0fda8c
test/orthnull.jl
@@ -7,9 +7,6 @@ using LinearAlgebra: LinearAlgebra, I
7
# testing non-AbstractArray codepaths:
8
include("linearmap.jl")
9
10
-# testing non-AbstractArray codepaths:
11
-include("linearmap.jl")
12
-
13
eltypes = (Float32, Float64, ComplexF32, ComplexF64)
14
@testset "left_orth and left_null for T = $T" for T in eltypes
15
rng = StableRNG(123)
0 commit comments