SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix

Interface Summary
MatrixDimension A matrix is a rectangular arrangement of numbers.
 

Class Summary
DimensionCheck This class collects the common functions for checking matrix dimensions.
 

Exception Summary
MatrixAccessException This defines the RuntimeException thrown when trying to access an invalid entry in a matrix, e.g., A[0, 0].
MatrixMismatchException This defines the RuntimeException thrown when operation acts on matrices that have incompatible dimensions.
MatrixSingularityException This defines the RuntimeException thrown when operation acts on a singular matrix.
 


SuanShu, a Java numerical and statistical library

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