Uses of Class
org.apache.commons.math3.linear.NonPositiveDefiniteOperatorException

Packages that use NonPositiveDefiniteOperatorException
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of NonPositiveDefiniteOperatorException in org.apache.commons.math3.linear
 

Methods in org.apache.commons.math3.linear that throw NonPositiveDefiniteOperatorException
 RealVector SymmLQ.solve(RealLinearOperator a, RealLinearOperator m, RealVector b)
          Returns an estimate of the solution to the linear system A · x = b.
 RealVector SymmLQ.solve(RealLinearOperator a, RealLinearOperator m, RealVector b, boolean goodb, double shift)
          Returns an estimate of the solution to the linear system (A - shift · I) · x = b.
 RealVector SymmLQ.solve(RealLinearOperator a, RealLinearOperator m, RealVector b, RealVector x)
          Returns an estimate of the solution to the linear system A · x = b.
 RealVector ConjugateGradient.solveInPlace(RealLinearOperator a, RealLinearOperator m, RealVector b, RealVector x0)
          Returns an estimate of the solution to the linear system A · x = b.
 RealVector ConjugateGradient.solveInPlace(RealLinearOperator a, RealLinearOperator m, RealVector b, RealVector x0)
          Returns an estimate of the solution to the linear system A · x = b.
 RealVector SymmLQ.solveInPlace(RealLinearOperator a, RealLinearOperator m, RealVector b, RealVector x)
          Returns an estimate of the solution to the linear system A · x = b.
 RealVector SymmLQ.solveInPlace(RealLinearOperator a, RealLinearOperator m, RealVector b, RealVector x, boolean goodb, double shift)
          Returns an estimate of the solution to the linear system (A - shift · I) · x = b.
 



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