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.
@testset
1 parent 8683f1f commit 06672aeCopy full SHA for 06672ae
test/pdmtypes.jl
@@ -30,7 +30,7 @@ using Test
30
test_pdmat(PDiagMat(V), Matrix(Diagonal(V)), cmat_eq=true, verbose=1)
31
end
32
@testset "ScalMat" begin
33
- test_pdmat(ScalMat(3,x), x*Matrix{T}(I, 3, 3), cmat_eq=true, verbose=1)
+ test_pdmat(ScalMat(3,X), X*Matrix{T}(I, 3, 3), cmat_eq=true, verbose=1)
34
35
@testset "PDSparseMat" begin
36
test_pdmat(PDSparseMat(sparse(M)), M, cmat_eq=true, verbose=1, t_eig=false)
0 commit comments