mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixing some static analysis issues
This commit is contained in:
@@ -883,7 +883,7 @@ private:
|
||||
|
||||
public:
|
||||
EigenvalueDecomposition()
|
||||
: n(0) { }
|
||||
: n(0), cdivr(0), cdivi(0), d(0), e(0), ort(0), V(0), H(0) {}
|
||||
|
||||
// Initializes & computes the Eigenvalue Decomposition for a general matrix
|
||||
// given in src. This function is a port of the EigenvalueSolver in JAMA,
|
||||
|
||||
Reference in New Issue
Block a user