Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong size limitation on arg of findLocal_tk #1567

Closed
modelica-trac-importer opened this issue Jan 15, 2017 · 6 comments
Closed

Wrong size limitation on arg of findLocal_tk #1567

modelica-trac-importer opened this issue Jan 15, 2017 · 6 comments
Assignees
Labels
bug Critical/severe issue L: Math Issue addresses Modelica.Math
Milestone

Comments

@modelica-trac-importer
Copy link

Reported by jmattsson on 3 Sep 2014 14:08 UTC
The function Modelica.Math.Matrices.Utilities.findLocal_tk contains the declaration:

input Real Rk[:, size(Rk, 2)];

It should be:

input Real Rk[:, size(Rk, 1)];

This is likely a typo.


Migrated-From: https://trac.modelica.org/Modelica/ticket/1567

@modelica-trac-importer modelica-trac-importer added this to the MSL3.2.2 milestone Jan 15, 2017
@modelica-trac-importer modelica-trac-importer added bug Critical/severe issue L: Math Issue addresses Modelica.Math labels Jan 15, 2017
@modelica-trac-importer
Copy link
Author

Comment by jmattsson on 3 Sep 2014 14:09 UTC
a94e396
Fixed size restriction on argument of findLocal_tk.

@modelica-trac-importer
Copy link
Author

Comment by jmattsson on 3 Sep 2014 14:28 UTC
Same issue occurs in Modelica.Math.Matrices.LAPACK.dgehrd.

@modelica-trac-importer
Copy link
Author

Comment by jmattsson on 3 Sep 2014 14:29 UTC
82b4c89
Fixed size restriction on argument of dgehrd.

@modelica-trac-importer
Copy link
Author

Comment by beutlich on 3 Sep 2014 19:12 UTC
Could also be a candidate for the MSL 3.2.1 maint. branch.

@modelica-trac-importer
Copy link
Author

Modified by beutlich on 23 Oct 2015 09:59 UTC

@modelica-trac-importer
Copy link
Author

Changelog modified by beutlich on 23 Oct 2015 09:59 UTC
Fixed size restriction of Modelica.Math.Matrices.Utilities.findLocal_tk.Rk and Modelica.Math.Matrices.LAPACK.dgehrd.A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Critical/severe issue L: Math Issue addresses Modelica.Math
Projects
None yet
Development

No branches or pull requests

2 participants