aboutsummaryrefslogtreecommitdiff
path: root/math/ltl
Commit message (Collapse)AuthorAgeFilesLines
* - Remove symlinks created by mtree target from plistsPav Lucistnik2006-10-081-2/+0
| | | | | | | | Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu, miwi Notes: svn path=/head/; revision=174953
* LTL is a C++ class template library for scientific computing which providesAlejandro Pulver2006-10-075-0/+152
high performance via SSE3 floating point support for vector operations. Useful for array processing, image processing, FITS and ASCII I/O, and linear algebra (astronomical and scientific computing, in short). LTL provides dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed size vectors and matrices including basic linear algebra operations, expression templates based evaluation, and I/O facilities for ascii and FITS format files. Users of the boost and blitz++ library may find the cross-pollination of these unique features to be fruitful. WWW: http://www.mpe.mpg.de/~drory/ltl/ PR: ports/103310 Submitted by: rossiya Notes: svn path=/head/; revision=174849