Uses of Interface
org.apache.commons.math.linear.DecompositionSolver

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

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

Methods in org.apache.commons.math.linear that return DecompositionSolver
 DecompositionSolver CholeskyDecompositionImpl.getSolver()
          Get a solver for finding the A × X = B solution in least square sense.
 DecompositionSolver SingularValueDecompositionImpl.getSolver()
          Get a solver for finding the A × X = B solution in least square sense.
 DecompositionSolver QRDecomposition.getSolver()
          Get a solver for finding the A × X = B solution in least square sense.
 DecompositionSolver EigenDecompositionImpl.getSolver()
          Get a solver for finding the A × X = B solution in exact linear sense.
 DecompositionSolver LUDecompositionImpl.getSolver()
          Get a solver for finding the A × X = B solution in exact linear sense.
 DecompositionSolver CholeskyDecomposition.getSolver()
          Get a solver for finding the A × X = B solution in least square sense.
 DecompositionSolver EigenDecomposition.getSolver()
          Get a solver for finding the A × X = B solution in exact linear sense.
 DecompositionSolver QRDecompositionImpl.getSolver()
          Get a solver for finding the A × X = B solution in least square sense.
 DecompositionSolver LUDecomposition.getSolver()
          Get a solver for finding the A × X = B solution in exact linear sense.
 DecompositionSolver SingularValueDecomposition.getSolver()
          Get a solver for finding the A × X = B solution in least square sense.
 



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