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

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

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

Methods in org.apache.commons.math.linear that return FieldDecompositionSolver
 FieldDecompositionSolver<T> FieldLUDecomposition.getSolver()
          Get a solver for finding the A × X = B solution in exact linear sense.
 FieldDecompositionSolver<T> FieldLUDecompositionImpl.getSolver()
          Get a solver for finding the A × X = B solution in exact linear sense.
 



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