Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
PolynomialMatrixEquations.jl
Commits
eae78f1e
Commit
eae78f1e
authored
Apr 27, 2020
by
MichelJuillard
Browse files
fix typo
parent
699345fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GeneralizedSchurDecompositionSolver.jl
View file @
eae78f1e
...
...
@@ -60,7 +60,7 @@ function gs_solver!(ws::GsSolverWs,d::Matrix{Float64},e::Matrix{Float64},n1::Int
dgges!
(
'N'
,
'V'
,
e
,
d
,
zeros
(
1
,
1
),
ws
.
vsr
,
ws
.
eigval
,
ws
.
dgges_ws
)
catch
err
if
err
.
error_nbr
==
size
(
e
,
1
)
+
2
println
(
"Warning: DGGES reports error
$
(e.error_nbr)"
)
println
(
"Warning: DGGES reports error
$
(e
rr
.error_nbr)"
)
else
rethrow
(
err
)
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment