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 df5d432 commit 792524aCopy full SHA for 792524a
test/test_linalg.jl
@@ -45,7 +45,7 @@ D_222 = ss(da_2, [1 0; 0 2], eye(2), zeros(2,2), 0.005)
45
@test norm(ss([1],[2],[3],[4])) == Inf
46
47
A = [1 100 10000; .01 1 100; .0001 .01 1]
48
-T, P, B = Control.balance(A)
+T, P, B = ControlSystems.balance(A)
49
# The scaling is BLAS dependent. However, the ratio should be the same on all
50
# machines. We just need to check that T == res * constant
51
res_diag = [512, 8, 0.0625]
0 commit comments