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

Werkov/TooN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
probablu ysing -llapack and perhaps -lblas.


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


For further details, make the documentation with Doxygen, or go to
http://www.edwardrosten.com/cvd/toon/html-user/index.html

About

TooN - Tom's Object Oriented Numerics library

Resources

License

Stars

Watchers

Forks

Packages

No packages published