SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.datastructure

Interface Summary
MultiDimensionalCollection<T> A generic collection with an arbitrary number of dimensions.
Table A table is a means of arranging data in rows and columns.
 

Class Summary
DimensionCheck These are the utility functions for checking table dimension.
FlexibleTable This is a 2D table that can shrink or grow by row or by column.
MathTable A mathematical table consists of numbers showing the results of calculation with varying arguments.
MultiDimensionalArray<T> A generic multi-dimensional array, with an arbitrary number of dimensions.
MultiDimensionalGrid An arbitrary dimensional grid.
MultiDimensionalGrid.Discretization Specify the discretization of an interval.
 


SuanShu, a Java numerical and statistical library

Copyright © 2012 Numerical Method Inc. Ltd. All Rights Reserved.