Uses of Interface
org.la4j.inversion.MatrixInverter
-
Packages that use MatrixInverter Package Description org.la4j org.la4j.inversion -
-
Uses of MatrixInverter in org.la4j
Methods in org.la4j that return MatrixInverter Modifier and Type Method Description abstract MatrixInverter
LinearAlgebra.InverterFactory. create(Matrix matrix)
MatrixInverter
Matrix. withInverter(LinearAlgebra.InverterFactory factory)
Creates a new inverter by givenfactory
of this matrix. -
Uses of MatrixInverter in org.la4j.inversion
Classes in org.la4j.inversion that implement MatrixInverter Modifier and Type Class Description class
GaussJordanInverter
class
NoPivotGaussInverter
-