Package | Description |
---|---|
org.la4j | |
org.la4j.inversion |
Modifier and Type | Method and Description |
---|---|
abstract MatrixInverter |
LinearAlgebra.InverterFactory.create(Matrix matrix) |
MatrixInverter |
Matrix.withInverter(LinearAlgebra.InverterFactory factory)
Creates a new inverter by given
factory of this matrix. |
Modifier and Type | Class and Description |
---|---|
class |
GaussJordanInverter |
class |
NoPivotGaussInverter |
Copyright © 2015. All rights reserved.