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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Stéphane Adjemian
dynare
Commits
b8bf1794
Commit
b8bf1794
authored
Apr 2, 2010
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix in prototype of LAPACK dgees
parent
fcb315dc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mex/sources/dynlapack.h
+1
-1
1 addition, 1 deletion
mex/sources/dynlapack.h
with
1 addition
and
1 deletion
mex/sources/dynlapack.h
+
1
−
1
View file @
b8bf1794
...
@@ -70,7 +70,7 @@ extern "C" {
...
@@ -70,7 +70,7 @@ extern "C" {
void
dgees
(
LACHAR
jobvs
,
LACHAR
sort
,
const
void
*
select
,
void
dgees
(
LACHAR
jobvs
,
LACHAR
sort
,
const
void
*
select
,
CONST_LAINT
n
,
LADOU
a
,
CONST_LAINT
lda
,
LAINT
sdim
,
CONST_LAINT
n
,
LADOU
a
,
CONST_LAINT
lda
,
LAINT
sdim
,
LADOU
wr
,
LADOU
wi
,
LADOU
vs
,
CONST_LAINT
ldvs
,
LADOU
wr
,
LADOU
wi
,
LADOU
vs
,
CONST_LAINT
ldvs
,
LADOU
work
,
CONST_LAINT
lwork
,
const
void
*
bwork
,
LAINT
info
);
LADOU
work
,
CONST_LAINT
lwork
,
LAINT
bwork
,
LAINT
info
);
#define dgecon FORTRAN_WRAPPER(dgecon)
#define dgecon FORTRAN_WRAPPER(dgecon)
void
dgecon
(
LACHAR
norm
,
CONST_LAINT
n
,
CONST_LADOU
a
,
CONST_LAINT
lda
,
void
dgecon
(
LACHAR
norm
,
CONST_LAINT
n
,
CONST_LADOU
a
,
CONST_LAINT
lda
,
...
...
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