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

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

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

Constructors in org.apache.commons.math.linear that throw NotSymmetricMatrixException
CholeskyDecompositionImpl(RealMatrix matrix)
          Calculates the Cholesky decomposition of the given matrix.
CholeskyDecompositionImpl(RealMatrix matrix, double relativeSymmetryThreshold, double absolutePositivityThreshold)
          Calculates the Cholesky decomposition of the given matrix.
 



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