toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/doc Doxyfile documentation.h


From: Edward Rosten
Subject: [Toon-members] TooN/doc Doxyfile documentation.h
Date: Tue, 23 Oct 2007 21:35:46 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        07/10/23 21:35:46

Modified files:
        doc            : Doxyfile documentation.h 

Log message:
        Downhill Simplex optimization.

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

Patches:
Index: Doxyfile
===================================================================
RCS file: /cvsroot/toon/TooN/doc/Doxyfile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Doxyfile    7 Jul 2006 12:06:42 -0000       1.2
+++ Doxyfile    23 Oct 2007 21:35:46 -0000      1.3
@@ -391,7 +391,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = . doc
+INPUT                  = . doc optimization
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -400,7 +400,7 @@
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh 
*.hxx *.hpp 
 # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc
 
-FILE_PATTERNS          = documentation.h *doc.h irls.h wls.h wls_cholesky.h
+FILE_PATTERNS          = documentation.h *doc.h irls.h wls.h wls_cholesky.h 
downhill_simplex.h
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 

Index: documentation.h
===================================================================
RCS file: /cvsroot/toon/TooN/doc/documentation.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- documentation.h     5 Mar 2007 18:11:19 -0000       1.9
+++ documentation.h     23 Oct 2007 21:35:46 -0000      1.10
@@ -26,6 +26,7 @@
 The %TooN library is a set of C++ header files which provide basic numerics 
facilities:
        - @link TooN::Vector address@hidden and @link TooN::Matrix 
address@hidden
        - @link gDecomps Matrix address@hidden (@link TooN::LU address@hidden, 
@link TooN::SVD address@hidden, @link TooN::SymEigen symmetric eigen 
decomposition @endlink)
+       - @link gOptimize Function address@hidden (@link TooN::DownhillSimplex 
Downhill address@hidden) 
        - Some particular types of @link gTransforms transformation 
address@hidden (@link TooN::SO3 address@hidden and @link TooN::SE3 
address@hidden)
        - Solvers for systems of @link gEquations linear address@hidden using 
@link TooN::WLS address@hidden or @link TooN::IRLS address@hidden least squares.
        
@@ -160,3 +161,5 @@
 /// @defgroup gEquations Linear equation solvers
 /// Classes to solve linear equations.
 
+/// @defgroup gOptimize Function optimization
+/// Classes to perform function optimization.




reply via email to

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