Package org.la4j.inversion
Class GaussJordanInverter
- java.lang.Object
-
- org.la4j.inversion.GaussJordanInverter
-
- All Implemented Interfaces:
java.io.Serializable,MatrixInverter
public class GaussJordanInverter extends java.lang.Object implements MatrixInverter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GaussJordanInverter(Matrix matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrixinverse()Inverse matrix.Matrixself()Returns the self matrix of this inverter.
-
-
-
Field Detail
-
matrix
private final Matrix matrix
-
-
Constructor Detail
-
GaussJordanInverter
public GaussJordanInverter(Matrix matrix)
-
-
Method Detail
-
inverse
public Matrix inverse()
Description copied from interface:MatrixInverterInverse matrix.- Specified by:
inversein interfaceMatrixInverter- Returns:
-
self
public Matrix self()
Description copied from interface:MatrixInverterReturns the self matrix of this inverter.- Specified by:
selfin interfaceMatrixInverter- Returns:
-
-