Add a comment

release/4.3a0
Sungtae An 2014-12-03 12:17:52 -05:00
parent 49bca1ac69
commit c4841c6e21
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ void BlockJacobiPreconditioner::build(
double *ptr = buffer_;
for ( size_t i = 0 ; i < n ; ++i ) {
/* use eigen to decompose Di */
/* It is same as R = chol(M) in MATLAB where M is full preconditioner */
const Matrix R = blocks[i].llt().matrixL().transpose();
/* store the data in the buffer */