Uses of Class
org.la4j.LinearAlgebra.InverterFactory
-
Packages that use LinearAlgebra.InverterFactory Package Description org.la4j -
-
Uses of LinearAlgebra.InverterFactory in org.la4j
Fields in org.la4j declared as LinearAlgebra.InverterFactory Modifier and Type Field 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.Methods in org.la4j that return LinearAlgebra.InverterFactory Modifier and Type Method Description static LinearAlgebra.InverterFactory
LinearAlgebra.InverterFactory. valueOf(java.lang.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.Methods in org.la4j with parameters of type LinearAlgebra.InverterFactory Modifier and Type Method Description MatrixInverter
Matrix. withInverter(LinearAlgebra.InverterFactory factory)
Creates a new inverter by givenfactory
of this matrix.
-