comments only
parent
778001f63e
commit
3c7836cf4d
|
|
@ -409,7 +409,7 @@ namespace gtsam {
|
||||||
|
|
||||||
if(debug) cout << "frontalDim = " << frontalDim << endl;
|
if(debug) cout << "frontalDim = " << frontalDim << endl;
|
||||||
|
|
||||||
// Use in-place QR or Cholesky on dense Ab appropriate to NoiseModel
|
// Use in-place QR dense Ab appropriate to NoiseModel
|
||||||
tic(2, "QR");
|
tic(2, "QR");
|
||||||
SharedDiagonal noiseModel = model_->QR(matrix_);
|
SharedDiagonal noiseModel = model_->QR(matrix_);
|
||||||
toc(2, "QR");
|
toc(2, "QR");
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,7 @@ namespace gtsam {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cholesky factorization
|
* Cholesky factorization
|
||||||
|
* FIXME: this is never used anywhere
|
||||||
*/
|
*/
|
||||||
virtual SharedDiagonal Cholesky(Matrix& Ab, size_t nFrontals) const;
|
virtual SharedDiagonal Cholesky(Matrix& Ab, size_t nFrontals) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue