Package org.la4j.inversion
Interface MatrixInverter
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
GaussJordanInverter,NoPivotGaussInverter
public interface MatrixInverter extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrixinverse()Inverse matrix.Matrixself()Returns the self matrix of this inverter.
-