handle any number of differents algorithms

This commit is contained in:
nojhan 2011-12-15 23:12:24 +01:00
commit 0adabc84fa
2 changed files with 47 additions and 45 deletions

View file

@ -289,7 +289,7 @@ public:
sqrt_D(i,i) = sqrt(D(i,i));
}
// the factorization is thus _L*D^1/2
// the factorization is thus L*D^1/2
return ublas::prod( L, sqrt_D );
}
};