savannah-register-public
[Top][All Lists]
Advanced

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

[Savannah-register-public] [task #4201] Submission of TooN


From: Edward Rosten
Subject: [Savannah-register-public] [task #4201] Submission of TooN
Date: Mon, 30 May 2005 16:13:12 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 27.01; Graphical Links 2.1 pre15; Windows 2009)

URL:
  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4201>

                 Summary: Submission of TooN
                 Project: Savannah Administration
            Submitted by: edrosten
            Submitted on: Mon 05/30/2005 at 16:13
         Should Start On: Mon 05/30/2005 at 00:00
   Should be Finished on: Thu 06/09/2005 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:


Site Admin. Approval/Edition URL:
 <https://savannah.nongnu.org/admin/groupedit.php?group_id=7667>


###### ORIGINAL SUBMISSION DETAILS ######

System Group Name:
-----------------
  toon


Full Name:
----------
  TooN
  

Type:
-----
  non-GNU software & documentation


License:
-------- 
  GNU Lesser General Public License


Other License: 
--------------
  


Description:
------------
  TooN (Tom's Object Oriented Numerics Library) is a numerics (Vectors and
Matrices) library for C++. The emphasis is on dealing with large numbers of
small operations efficiently. Type sizes can be determined statically at
compile time, which allows for compile time checking of correctness (e.g. in
matrix multiplication). Further, statically sized objects do not carry any
metadata. Dynamic sizes are also supported and can be freely mixed with
statically sized matrices and vectors. TooN is completely template based, so
no library needs to be compiled, just the headers need to be installed.

In addition to matrix algebra, TooN also supports:

Wrappers for BLAS (for large multiplications) and LAPACK for operations such
as singular value decomposition, symmetric eigen decomposition and LU
decomposition.

Parameterizations of special orthogonal and special euclidian transformations
in 3D, using an exponential map.

Efficient weighted pseudo inverse (using either SVD or Cholesky
decomposition).

Iterative reweighted least squares regression, using the efficient pseudo
inverse and a reweighting function object.


Toon is an optional component of the libcvd project, which was recently added
to savannah.nongnu.org. libcvd provides some computer vision techniques and
OpenGL wrappers for TooN.

The (currently old) TooN home page is at:
http://mi.eng.cam.ac.uk/~twd20/Numerics/index.html

The most most up to date version of the source code is at:
http://mi.eng.cam.ac.uk/~er258/cvd/TooN.tar.gz











Other Software Required:
------------------------
  BLAS and LAPACK


Other Comments:
---------------
  

#########################################







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4201>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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