Uses of Package
org.apache.commons.math.linear

Packages that use org.apache.commons.math.linear
org.apache.commons.math.linear Linear algebra support. 
 

Classes in org.apache.commons.math.linear used by org.apache.commons.math.linear
BigMatrix
          Interface defining a real-valued matrix with basic algebraic operations, using BigDecimal representations for the entries.
InvalidMatrixException
          Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.
MatrixIndexException
          Thrown when an operation addresses a matrix coordinate (row,col) which is outside of the dimensions of a matrix.
RealMatrix
          Interface defining a real-valued matrix with basic algebraic operations.
 



Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.