Skip to content

Commit

Permalink
Fixed kernel get kernel matrix routine
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Nov 11, 2011
1 parent 2f2a895 commit 2478ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/kernel/Kernel.h
Expand Up @@ -368,7 +368,7 @@ class CKernel : public CSGObject

SG_DONE();

return SGMatrix<T>(result,m,n);
return SGMatrix<T>(result,m,n,true);
}


Expand Down

0 comments on commit 2478ae7

Please sign in to comment.