SuanShu, a Java numerical and statistical library

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

Interface Summary
Densifiable This interface indicates whether a matrix implementation can be efficiently converted to a standard dense matrix representation.
 

Class Summary
DenseData This class provides an implementation of a dense matrix.
DenseMatrix This class implements the standard double dense matrix representation.
DenseMatrixUtils  
 


SuanShu, a Java numerical and statistical library

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