| Package | Description |
|---|---|
| org.ejml.alg.dense.linsol.qr | |
| org.ejml.factory |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static AdjustableLinearSolver |
LinearSolverFactory.adjustable()
Create a solver which can efficiently add and remove elements instead of recomputing
everything from scratch.
|
Copyright © 2013. All Rights Reserved.