| Package | Description |
|---|---|
| org.ejml.alg.dense.linsol.chol | |
| org.ejml.alg.dense.linsol.lu | |
| org.ejml.alg.dense.linsol.qr |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearSolverChol |
class |
LinearSolverCholLDL |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearSolverLu
For each column in the B matrix it makes a copy, which is then solved for and
writen into X.
|
class |
LinearSolverLuBase |
class |
LinearSolverLuKJI
To avoid cpu cache issues the order in which the arrays are traversed have been changed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdjLinearSolverQr
A solver for QR decomposition that can efficiently modify the previous decomposition when
data is added or removed.
|
class |
BaseLinearSolverQrp
Base class for QR pivot based pseudo inverse classes.
|
class |
LinearSolverQr
A solver for a generic QR decomposition algorithm.
|
class |
LinearSolverQrHouse
QR decomposition can be used to solve for systems.
|
class |
LinearSolverQrHouseCol
QR decomposition can be used to solve for systems.
|
class |
LinearSolverQrHouseTran
QR decomposition can be used to solve for systems.
|
class |
LinearSolverQrpHouseCol
Performs a pseudo inverse solver using the
QRColPivDecompositionHouseholderColumn decomposition
directly. |
class |
SolvePseudoInverseQrp
A pseudo inverse solver for a generic QR column pivot decomposition algorithm.
|
Copyright © 2013. All Rights Reserved.