FieldDecompositionSolver<T> | 
FieldLUDecomposer.decompose(FieldMatrix<T> a) | 
 Get a solver for finding the A × X = B solution in least square sense. 
 | 
FieldDecompositionSolver<T> | 
FieldMatrixDecomposer.decompose(FieldMatrix<T> a) | 
 Get a solver for finding the A × X = B solution in least square sense. 
 | 
FieldDecompositionSolver<T> | 
FieldQRDecomposer.decompose(FieldMatrix<T> a) | 
 Get a solver for finding the A × X = B solution in least square sense. 
 | 
FieldDecompositionSolver<T> | 
FieldLUDecomposition.getSolver() | 
 Get a solver for finding the A × X = B solution in exact linear sense. 
 | 
FieldDecompositionSolver<T> | 
FieldQRDecomposition.getSolver() | 
 Get a solver for finding the A × X = B solution in least square sense. 
 |