by royliu
A scientific/distributed computing library featuring: multidimensional arrays with extensive linear algebra and FFT support; an asynchronous, high performance networking layer; and annotation abstractions for class loading, logging, and message passing.
-- Added (de)compression codecs. -- Addressed poorly specified behavior in the SST networking layer. Improved overridden toString() methods to use platform-neutral line separators. -- Normalized project source files to use four space, rather than eight ...
-- Added (de)compression codecs. -- Addressed poorly specified behavior in the SST networking layer. Improved overridden toString() methods to use platform-neutral line separators. -- Normalized project source files to use four space, rather than eight ...
-- Added (de)compression codecs. -- Addressed poorly specified behavior in the SST networking layer. Improved overridden toString() methods to use platform-neutral line separators. -- Normalized project source files to use four space, rather than eight ...
-- Added (de)compression codecs. -- Addressed poorly specified behavior in the SST networking layer. Improved overridden toString() methods to use platform-neutral line separators. -- Normalized project source files to use four space, rather than eight ...
Object arrays have been updated to carry reified, and not erased, types. A utility class for combinatorics has been added. Plotting abstractions have been upgraded to support surface plots. Numerous array utility methods have been added. The networking ...
Dynamically growable arrays of primitive values have been added. RealArray reduce operations now accept multiple dimensions of interest. Numerous convenience methods have been added, including binary searching that returns "nearest" indices. ...
Linear algebra operations for singular value decomposition, eigenvalue decomposition, and matrix inverses have been added -- the user may find these as RealArray#mSVD, RealArray#mEigs, and RealArray#mInvert, respectively. Multidimensional sparse arrays ...
IntegerArray now supports the find operation for extracting indices along a dimension. API method names have been updated to avoid shadowing. Numerous dimensionwise and elementwise operations have been added for IntegerArrays and RealArrays. The ...
Support for reading and writing Matlab "mat" files has been added, making it possible to read in Matlab multidimensional arrays as SST multidimensional arrays, and vice versa. Numerous elementwise operations have been added to multidimensional ...
An annotation-driven finite state machine specification has been created, along with an annotation-driven command line argument API using the Apache Commons CLI library underneath. The Array#subarray method no longer supports wildcard bounds. Laplacian ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use