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 7958a7a commit a9ee5c4Copy full SHA for a9ee5c4
test/expm.jl
@@ -3,5 +3,5 @@
3
@test expm(@SMatrix [5 2; -2 1])::SMatrix ≈ expm([5 2; -2 1])
4
@test expm(@SMatrix [4 2; -2 1])::SMatrix ≈ expm([4 2; -2 1])
5
@test expm(@SMatrix [4 2; 2 1])::SMatrix ≈ expm([4 2; 2 1])
6
- @test expm(@SMatrix [1 2 0; 2 1 0; 0 0 1])::SizedArray{(3,3)} ≈ expm([1 2 0; 2 1 0; 0 0 1])
+ @test expm(@SMatrix [1 2 0; 2 1 0; 0 0 1])::SizedArray{Tuple{3,3}} ≈ expm([1 2 0; 2 1 0; 0 0 1])
7
end
0 commit comments