Uses of Enum Class
org.la4j.LinearAlgebra.InverterFactory
Packages that use LinearAlgebra.InverterFactory
-
Uses of LinearAlgebra.InverterFactory in org.la4j
Subclasses with type arguments of type LinearAlgebra.InverterFactory in org.la4jFields in org.la4j declared as LinearAlgebra.InverterFactoryModifier and TypeFieldDescriptionstatic final LinearAlgebra.InverterFactoryLinearAlgebra.GAUSS_JORDANReference to an inverter factory solving n linear systems.static final LinearAlgebra.InverterFactoryLinearAlgebra.INVERTERReference to the Smart inverter factory.static final LinearAlgebra.InverterFactoryLinearAlgebra.NO_PIVOT_GAUSSReference 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 givenfactoryof this matrix.