From 6cd053229c5f7ba678641807a6cc227645d33ba7 Mon Sep 17 00:00:00 2001 From: vbd Date: Mon, 10 Sep 2007 10:35:20 +0000 Subject: [PATCH] staffan : * doc updates --- src/INTERP_KERNEL/TetraAffineTransform.cxx | 8 +++++++- src/INTERP_KERNEL/TetraAffineTransform.hxx | 4 ---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/INTERP_KERNEL/TetraAffineTransform.cxx b/src/INTERP_KERNEL/TetraAffineTransform.cxx index a7d70e135..2315f89df 100644 --- a/src/INTERP_KERNEL/TetraAffineTransform.cxx +++ b/src/INTERP_KERNEL/TetraAffineTransform.cxx @@ -128,7 +128,7 @@ namespace INTERP_UTILS } /** - * Gives the determinant of the linear part of the transform + * Returns the determinant of the linear part A of the transform. * * @return determinant of the transform * @@ -228,6 +228,12 @@ namespace INTERP_UTILS _determinant = _linearTransform[0] * subDet[0] - _linearTransform[1] * subDet[1] + _linearTransform[2] * subDet[2]; } + + ///////////////////////////////////////////////// + /// Auxiliary methods for inverse calculation /// + ///////////////////////////////////////////////// + + /** * Calculates the LU-factorization of the matrix A (_linearTransform) * and stores it in lu. Since partial pivoting is used, there are diff --git a/src/INTERP_KERNEL/TetraAffineTransform.hxx b/src/INTERP_KERNEL/TetraAffineTransform.hxx index a097923a7..7a029b973 100644 --- a/src/INTERP_KERNEL/TetraAffineTransform.hxx +++ b/src/INTERP_KERNEL/TetraAffineTransform.hxx @@ -29,10 +29,6 @@ namespace INTERP_UTILS void calculateDeterminant(); - ///////////////////////////////////////////////// - /// Auxiliary methods for inverse calculation /// - ///////////////////////////////////////////////// - void factorizeLU(double* lu, int* idx) const; void forwardSubstitution(double* x, const double* lu, const double* b, const int* idx) const; -- 2.39.2