Skip to content

edrosten/TooN

Folders and files

NameName
Last commit message
Last commit date
Mar 28, 2020
Jun 12, 2024
Jul 24, 2018
May 22, 2009
Jan 5, 2022
Nov 26, 2015
Oct 1, 2018
Jul 24, 2018
Sep 25, 2013
Sep 27, 2013
Jul 24, 2018
Mar 10, 2016
May 1, 2009
Jul 5, 2010
Jul 24, 2018
Jan 5, 2022
Aug 18, 2009
Apr 29, 2009

Repository files navigation

TooN

Compiling and installing

To install on a unix system:

./configure && make && sudo make install

To verify that everything works, you can optioinally run

make test

If you use any LAPACK based features (SVD.h, LU.h, QR_Lapack.h, SymEigen.h, Lapack_Cholesky.h) you will need to link against LAPACK, probably using -llapack and perhaps -lblas.

System compatibility

The code is ready to go and should work on any system (unix or non-unix) without configuring or compiling.

Documentation

Documentation Status

Latest documentation here: https://codedocs.xyz/edrosten/TooN/ or just run Doxygen.

Documentation for latest release is here: http://www.edwardrosten.com/cvd/toon/html-user/index.html

Status of unit tests

Build Status