SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense

Interface Summary
DenseData.DenseDataAccess Define how the matrix entries are organized.
Densifiable This interface specifies whether a matrix implementation can be efficiently converted to the standard dense matrix representation.
 

Class Summary
DenseData This implementation of the storage of a dense matrix stores the data of a 2D matrix as an 1D array.
DenseMatrix This class implements the standard, dense, double based matrix representation.
 


SuanShu, a Java numerical and statistical library

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