Package org.apache.commons.math.linear

Linear algebra support.

See:
          Description

Interface Summary
RealMatrix Interface defining a real-valued matrix with basic algebraic operations
 

Class Summary
RealMatrixImpl Implementation for RealMatrix using a double[][] array to store entries and LU decompostion to support linear system solution and inverse.
 

Package org.apache.commons.math.linear Description

Linear algebra support.



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