| Package | Description | 
|---|---|
| org.la4j.linear | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ForwardBackSubstitutionSolver  | 
class  | 
GaussianSolver
This class represents Gaussian method for solving linear systems. 
 | 
class  | 
JacobiSolver
This class represents Jacobi method for solving linear systems. 
 | 
class  | 
LeastNormSolver
This class provides solution of "fat" linear system with least euclidean norm. 
 | 
class  | 
LeastSquaresSolver  | 
class  | 
SeidelSolver
This class represents
  Seidel method
  for solving linear systems. 
 | 
class  | 
SquareRootSolver
This class represents  Square Root method
  for solving linear systems. 
 | 
class  | 
SweepSolver
This class represents  Sweep (or
 Tridiagonal matrix, or Thomas) method  for solving linear systems. 
 | 
Copyright © 2015. All rights reserved.