Skip to content

Commit

Permalink
Fixes ambiguity that drives GCC 4.6.3 crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 7, 2013
1 parent 5a8268d commit 7d3f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/mathematics/ajd/ApproxJointDiagonalizer.h
Expand Up @@ -55,7 +55,7 @@ class CApproxJointDiagonalizer : public CSGObject
* @return V the matrix that best diagonalizes C
*/
virtual SGMatrix<float64_t> compute(SGNDArray<float64_t> C,
SGMatrix<float64_t> V0 = SGMatrix<float64_t>(NULL,0,0),
SGMatrix<float64_t> V0 = SGMatrix<float64_t>(NULL,0,0,false),
double eps=CMath::MACHINE_EPSILON,
int itermax=200) = 0;

Expand Down

0 comments on commit 7d3f37f

Please sign in to comment.