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 Matrix
inverse()
Inverse matrix.Matrix
self()
Returns the self matrix of this inverter.
-