Package | Description |
---|---|
org.la4j | |
org.la4j.linear |
Modifier and Type | Method and Description |
---|---|
abstract LinearSystemSolver |
LinearAlgebra.SolverFactory.create(Matrix matrix) |
LinearSystemSolver |
Matrix.withSolver(LinearAlgebra.SolverFactory factory)
Creates a new solver by given
factory of this matrix. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolver |
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.