|
Mantis - ALGLIB
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 78 | Linear algebra | trivial | always | 2009-07-06 16:57 | 2009-07-23 12:40 |
|
|
|||||
| Reporter: | hamlet77 | Platform: | |||
| Assigned To: | SergeyB | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | resolved | Product Version: | 2.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 2.0.1 | ||
| Programming language: | All | ||||
|
|
|||||
| 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’ |
||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-07-06 16:57 | hamlet77 | New Issue | |||
| 2009-07-06 16:57 | hamlet77 | Programming language | => C++ | ||
| 2009-07-08 10:59 | SergeyB | Status | new => assigned | ||
| 2009-07-08 10:59 | SergeyB | Assigned To | => SergeyB | ||
| 2009-07-08 23:44 | SergeyB | Status | assigned => resolved | ||
| 2009-07-08 23:44 | SergeyB | Fixed in Version | => Next minor release | ||
| 2009-07-08 23:44 | SergeyB | Resolution | open => fixed | ||
| 2009-07-08 23:47 | SergeyB | Programming language | C++ => All | ||
| 2009-07-08 23:47 | SergeyB | Summary | unused variables in hessenberg.cpp => FIXED: unused variables in 'hessenberg' unit | ||
| 2009-07-23 12:40 | SergeyB | Category | => Linear algebra | ||
| There are no notes attached to this issue. |