Uses of Class
org.apache.commons.math.linear.BigMatrixImpl

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

Uses of BigMatrixImpl in org.apache.commons.math.linear
 

Methods in org.apache.commons.math.linear that return BigMatrixImpl
 BigMatrixImpl BigMatrixImpl.add(BigMatrixImpl m)
          Deprecated. Compute the sum of this and m.
 BigMatrixImpl BigMatrixImpl.multiply(BigMatrixImpl m)
          Deprecated. Returns the result of postmultiplying this by m.
 BigMatrixImpl BigMatrixImpl.subtract(BigMatrixImpl m)
          Deprecated. Compute this minus m.
 

Methods in org.apache.commons.math.linear with parameters of type BigMatrixImpl
 BigMatrixImpl BigMatrixImpl.add(BigMatrixImpl m)
          Deprecated. Compute the sum of this and m.
 BigMatrixImpl BigMatrixImpl.multiply(BigMatrixImpl m)
          Deprecated. Returns the result of postmultiplying this by m.
 BigMatrixImpl BigMatrixImpl.subtract(BigMatrixImpl m)
          Deprecated. Compute this minus m.
 



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