Uses of Enum Class
org.la4j.LinearAlgebra.InverterFactory
Packages that use LinearAlgebra.InverterFactory
-
Uses of LinearAlgebra.InverterFactory in org.la4j
Fields in org.la4j declared as LinearAlgebra.InverterFactoryModifier and TypeFieldDescriptionstatic final LinearAlgebra.InverterFactory
LinearAlgebra.GAUSS_JORDAN
Reference to an inverter factory solving n linear systems.static final LinearAlgebra.InverterFactory
LinearAlgebra.INVERTER
Reference to the Smart inverter factory.static final LinearAlgebra.InverterFactory
LinearAlgebra.NO_PIVOT_GAUSS
Reference to the Gauss elimination method-based inverter factory.Methods in org.la4j that return LinearAlgebra.InverterFactoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LinearAlgebra.InverterFactory[]
LinearAlgebra.InverterFactory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.la4j with parameters of type LinearAlgebra.InverterFactoryModifier and TypeMethodDescriptionMatrix.withInverter
(LinearAlgebra.InverterFactory factory) Creates a new inverter by givenfactory
of this matrix.