From 553b36ed9da8ada2eb4dbca68b827e95c33feb97 Mon Sep 17 00:00:00 2001 From: nicolas Date: Mon, 27 Sep 2010 18:23:16 +0000 Subject: [PATCH] clearer comments --- magick/resample.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/magick/resample.c b/magick/resample.c index 158bdb732..572fd559f 100644 --- a/magick/resample.c +++ b/magick/resample.c @@ -1374,10 +1374,11 @@ static void ClampUpAxes(const double dux, * of Laurentian University with funding from the National Science * and Engineering Research Council of Canada. * - * The idea of using the SVD to coerce the affine approximation of - * the pullback transformation comes from the astrophysicist Craig - * DeForest, who implemented it for use with (approximate) Gaussian - * filtering in his PDL::Transform code. + * The idea of using the SVD to clamp the singular values of the + * linear part of the affine approximation of the pullback + * transformation comes from the astrophysicist Craig DeForest, who + * implemented it for use with (approximate) Gaussian filtering in + * his PDL::Transform code. * * The only (possibly) new math in the following is the selection of * the largest row of the eigen matrix system in order to stabilize -- 2.50.1