handle any number of differents algorithms
This commit is contained in:
parent
90dc4d1676
commit
0adabc84fa
2 changed files with 47 additions and 45 deletions
|
|
@ -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 );
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue