Skip to content
/ TooN Public
forked from edrosten/TooN

TooN - Tom's Object Oriented Numerics library

License

Notifications You must be signed in to change notification settings

rolandmas/TooN

 
 

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

About

TooN - Tom's Object Oriented Numerics library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.2%
  • M4 0.8%
  • Awk 0.4%
  • MATLAB 0.3%
  • Makefile 0.2%
  • Gnuplot 0.1%