Anonymous | Login | Signup for a new account | 2024-11-22 09:39 MSK |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0000078 | [ALGLIB] Linear algebra | trivial | always | 2009-07-06 16:57 | 2009-07-23 12:40 | ||
Reporter | hamlet77 | View Status | public | ||||
Assigned To | SergeyB | ||||||
Priority | normal | Resolution | fixed | Platform | |||
Status | resolved | OS | |||||
Projection | none | OS Version | |||||
ETA | none | Fixed in Version | 2.0.1 | Product Version | 2.0 | ||
Target Version | Product Build | ||||||
Summary | 0000078: FIXED: unused variables in 'hessenberg' unit | ||||||
Description |
In function ‘void rmatrixhessenberg(ap::real_2d_array&, int, ap::real_1d_array&)’: unused variable ‘aii’ In function ‘void rmatrixhessenbergunpackh(const ap::real_2d_array&, int, ap::real_2d_array&)’: unused variables ‘ip1’, ‘nmi’ In function ‘void toupperhessenberg(ap::real_2d_array&, int, ap::real_1d_array&)’: unused variable ‘aii’ In function ‘void unpackhfromupperhessenberg(const ap::real_2d_array&, int, const ap::real_1d_array&, ap::real_2d_array&)’: unused variable ‘ip1’, ‘nmi’ |
||||||
Steps To Reproduce | |||||||
Additional Information |
Compiler log: ../src/capd/alglib/hessenberg.cpp: In function ‘void rmatrixhessenberg(ap::real_2d_array&, int, ap::real_1d_array&)’: ../src/capd/alglib/hessenberg.cpp:79: warning: unused variable ‘aii’ ../src/capd/alglib/hessenberg.cpp: In function ‘void rmatrixhessenbergunpackh(const ap::real_2d_array&, int, ap::real_2d_array&)’: ../src/capd/alglib/hessenberg.cpp:210: warning: unused variable ‘ip1’ ../src/capd/alglib/hessenberg.cpp:211: warning: unused variable ‘nmi’ ../src/capd/alglib/hessenberg.cpp: In function ‘void toupperhessenberg(ap::real_2d_array&, int, ap::real_1d_array&)’: ../src/capd/alglib/hessenberg.cpp:239: warning: unused variable ‘aii’ ../src/capd/alglib/hessenberg.cpp: In function ‘void unpackhfromupperhessenberg(const ap::real_2d_array&, int, const ap::real_1d_array&, ap::real_2d_array&)’: ../src/capd/alglib/hessenberg.cpp:356: warning: unused variable ‘ip1’ ../src/capd/alglib/hessenberg.cpp:357: warning: unused variable ‘nmi’ |
||||||
Programming language | All | ||||||
Attached Files | |||||||
|
There are no notes attached to this issue. |
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |