toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN SymEigen.h


From: Damian Eads
Subject: [Toon-members] TooN SymEigen.h
Date: Thu, 27 Aug 2009 21:06:06 +0000

CVSROOT:        /sources/toon
Module name:    TooN
Changes by:     Damian Eads <eads>      09/08/27 21:06:06

Modified files:
        .              : SymEigen.h 

Log message:
        Slight documentation tightening.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/SymEigen.h?cvsroot=toon&r1=1.22&r2=1.23

Patches:
Index: SymEigen.h
===================================================================
RCS file: /sources/toon/TooN/SymEigen.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- SymEigen.h  27 Aug 2009 21:02:00 -0000      1.22
+++ SymEigen.h  27 Aug 2009 21:06:05 -0000      1.23
@@ -270,8 +270,8 @@
                return det;
        }
 
-       /// Calculate the square root M=sqrt(A) of a matrix, which is
-       /// the matrix M such that M.T*M=A.
+       /// Calculate the square root of a matrix which is a matrix M
+       /// such that M.T*M=A.
        Matrix<Size, Size, Precision> get_sqrtm () const {
                Vector<Size, Precision> diag_sqrt(my_evalues.size());
                // In the future, maybe throw an exception if an
@@ -282,8 +282,8 @@
                return my_evectors.T() * diagmult(diag_sqrt, my_evectors);
        }
 
-       /// Calculate the square root M=isqrt(A) of a matrix, which is
-       /// the matrix M such that M.T*M=A^-1.
+       /// Calculate the inverse square root of a matrix which is a
+       /// matrix M such that M.T*M=A^-1.
         ///
         /// Any square-rooted eigenvalues which are too small are set
         /// to zero (see the SVD detailed description for a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]