toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/doc LUdoc.h


From: Tom Drummond
Subject: [Toon-members] TooN/doc LUdoc.h
Date: Sun, 09 Jul 2006 19:55:26 +0000

CVSROOT:        /sources/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    06/07/09 19:55:26

Modified files:
        doc            : LUdoc.h 

Log message:
        added documentation for determinant()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/doc/LUdoc.h?cvsroot=toon&r1=1.2&r2=1.3

Patches:
Index: LUdoc.h
===================================================================
RCS file: /sources/toon/TooN/doc/LUdoc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- LUdoc.h     9 Jun 2005 09:33:53 -0000       1.2
+++ LUdoc.h     9 Jul 2006 19:55:26 -0000       1.3
@@ -75,6 +75,10 @@
        /// multiply it by a matrix or a vector, use one of the backsub() 
functions, which will be faster.
        Matrix<Size,Size> get_inverse();
   
+       /// Calculate the determinant of the matrix
+       double determinant() const;
+
+
        /// Returns the L and U matrices. The permutation matrix is not 
returned.
        /// Since L is lower-triangular (with unit diagonal)
        /// and U is upper-triangular, these are returned conflated into one 
matrix, where the 




reply via email to

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