SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles

Interface Summary
Matrix This interface defines a Matrix as a Ring, a Table, and a few more methods not already defined in its mathematical definition.
MatrixAccess This interface defines the methods for accessing entries in a matrix.
MatrixRing A matrix ring is the set of all n × n matrices over an arbitrary Ring R.
MatrixTable A matrix is represented by a rectangular table structure with accessors.
 

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


SuanShu, a Java numerical and statistical library

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