Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dóra Kocsis
dynare
Commits
10a21fda
Commit
10a21fda
authored
Jun 24, 2011
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic changes.
parent
87e4536f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mex/sources/kalman_steady_state/kalman_steady_state.cc
+9
-9
9 additions, 9 deletions
mex/sources/kalman_steady_state/kalman_steady_state.cc
with
9 additions
and
9 deletions
mex/sources/kalman_steady_state/kalman_steady_state.cc
+
9
−
9
View file @
10a21fda
...
...
@@ -228,39 +228,39 @@ mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
case
1
:
{
mexPrintf
(
"The computed extended matrix pencil is singular, possibly due to rounding errors"
);
mexPrintf
(
"The computed extended matrix pencil is singular, possibly due to rounding errors
.
\n
"
);
break
;
}
case
2
:
{
mexPrintf
(
"The QZ (or QR) algorithm failed"
);
mexPrintf
(
"The QZ (or QR) algorithm failed
!
\n
"
);
break
;
}
case
3
:
{
mexPrintf
(
"The reordering of the (generalized) eigenvalues failed"
);
mexPrintf
(
"The reordering of the (generalized) eigenvalues failed
!
\n
"
);
break
;
}
case
4
:
{
mexPrintf
(
"After reordering, roundoff changed values of some complex eigenvalues so that leading eigenvalues"
);
mexPrintf
(
"in the (generalized) Schur form no longer satisfy the stability condition; this could also be caused"
);
mexPrintf
(
"due to scaling"
);
mexPrintf
(
"After reordering, roundoff changed values of some complex eigenvalues so that leading eigenvalues
\n
"
);
mexPrintf
(
"in the (generalized) Schur form no longer satisfy the stability condition; this could also be caused
\n
"
);
mexPrintf
(
"due to scaling
.
\n
"
);
break
;
}
case
5
:
{
mexPrintf
(
"The computed dimension of the solution does not equal n"
);
mexPrintf
(
"The computed dimension of the solution does not equal
n!
\
n
"
);
break
;
}
case
6
:
{
mexPrintf
(
"
a
singular matrix was encountered during the computation of the solution matrix P"
);
mexPrintf
(
"
A
singular matrix was encountered during the computation of the solution matrix P
!
\n
"
);
break
;
}
default
:
{
mexPrintf
(
"Unknown problem!"
);
mexPrintf
(
"Unknown problem!
\n
"
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment