Package | Description |
---|---|
org.la4j |
Modifier and Type | Field and Description |
---|---|
static LinearAlgebra.InverterFactory |
LinearAlgebra.GAUSS_JORDAN
Reference to an inverter factory solving n linear systems.
|
static LinearAlgebra.InverterFactory |
LinearAlgebra.INVERTER
Reference to the Smart inverter factory.
|
static LinearAlgebra.InverterFactory |
LinearAlgebra.NO_PIVOT_GAUSS
Reference to the Gauss elimination method-based inverter factory.
|
Modifier and Type | Method and Description |
---|---|
static LinearAlgebra.InverterFactory |
LinearAlgebra.InverterFactory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearAlgebra.InverterFactory[] |
LinearAlgebra.InverterFactory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MatrixInverter |
Matrix.withInverter(LinearAlgebra.InverterFactory factory)
Creates a new inverter by given
factory of this matrix. |
Copyright © 2015. All rights reserved.