fix btl compilation

This commit is contained in:
Gael Guennebaud 2010-04-01 12:34:55 +02:00
parent 20b544b444
commit 4785e27d6a

View File

@ -142,7 +142,7 @@ public :
} }
static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){
C = X.cholesky().matrixL(); C = X.llt().matrixL();
// C = X; // C = X;
// Cholesky<gene_matrix>::computeInPlace(C); // Cholesky<gene_matrix>::computeInPlace(C);
// Cholesky<gene_matrix>::computeInPlaceBlock(C); // Cholesky<gene_matrix>::computeInPlaceBlock(C);