2008-05-01 23:04:57 +02:00
|
|
|
Colt is a package for scalable scientific and technical computing in Java. It
|
|
|
|
consists of several free Java libraries, for user convenience bundled under one
|
|
|
|
single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava
|
|
|
|
library, and the Concurrent library.
|
|
|
|
|
|
|
|
The Colt library provides fundamental general-purpose data structures optimized
|
|
|
|
for numerical data, such as resizable arrays, dense and sparse matrices
|
|
|
|
(multi-dimensional arrays), linear algebra, associative containers and buffer
|
|
|
|
management.
|
|
|
|
|
2008-05-12 09:14:22 +02:00
|
|
|
WWW: http://acs.lbl.gov/~hoschek/colt/
|