Mantis Bugtracker

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

- Relationships

There are no notes attached to this issue.

- 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


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker