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.InverterFactoryLinearAlgebra. GAUSS_JORDANReference to an inverter factory solving n linear systems.static LinearAlgebra.InverterFactoryLinearAlgebra. INVERTERReference to the Smart inverter factory.static LinearAlgebra.InverterFactoryLinearAlgebra. NO_PIVOT_GAUSSReference to the Gauss elimination method-based inverter factory.Methods in org.la4j that return LinearAlgebra.InverterFactory Modifier and Type Method Description static LinearAlgebra.InverterFactoryLinearAlgebra.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 MatrixInverterMatrix. withInverter(LinearAlgebra.InverterFactory factory)Creates a new inverter by givenfactoryof this matrix.
-