Welcome, Guest! Log In | Create Account

Share

Shared Scientific Toolbox in Java

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.


http://shared.sourceforge.net

Distributed Computing, Information Analysis, Mathematics

Project Feed

  • Shared Shared_1.0x file released: Shared_1.10_src.zip

    -- 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 ...

    07:52AM on Jun 15 2009

  • Shared Shared_1.0x file released: Shared_1.10_src_LGPL.zip

    -- 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 ...

    07:52AM on Jun 15 2009

  • Shared Shared_1.0x file released: Shared_1.10.jar

    -- 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 ...

    07:52AM on Jun 15 2009

  • Shared Shared_1.0x file released: Shared_1.10_README

    -- 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 ...

    07:52AM on Jun 15 2009

  • Big Leaps with the Networking API -- 1.10

    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 ...

    11:29AM on Apr 21 2009 by royliu

  • Greatly Improved Plotting Abstractions -- 1.09

    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. ...

    01:20AM on Mar 21 2009 by royliu

  • Introducing Linear Algebra and Sparse Arrays -- 1.08

    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 ...

    10:02AM on Feb 14 2009 by royliu

  • Multidimensional Array API Additions -- 1.07

    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 ...

    08:10PM on Jan 12 2009 by royliu

  • Support for Reading and Writing Matlab "mat" Files -- 1.06

    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 ...

    06:33AM on Dec 22 2008 by royliu

  • Introduction of Annotation-Driven API's -- 1.05

    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 ...

    04:51AM on Nov 30 2008 by royliu

Shared Scientific Toolbox in Java Actions