SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles

Interface Summary
Matrix This interface defines basic operations for a matrix, of which all entries are double.
MatrixAccessor This interface defines methods for accessing elements in a matrix.
MatrixRing A matrix ring is the set of all n×n matrices over an arbitrary Ring R.
 

Class Summary
AreMatrices This class collects the boolean operators that take two or more matrices or vectors and compare their properties.
ImmutableMatrix A read-only view of a Matrix instance.
IsMatrix This class collects the boolean operators that take a matrix or vector and check if it satisfies a certain property.
 


SuanShu, a Java numerical and statistical library

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