Mantis - ALGLIB
Viewing Issue Advanced Details
78 Linear algebra trivial always 2009-07-06 16:57 2009-07-23 12:40
hamlet77  
SergeyB  
normal  
resolved 2.0  
fixed  
none    
none 2.0.1  
All
0000078: FIXED: unused variables in 'hessenberg' unit
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’
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’
Issue History
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.