JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.la4j.inversion
MatrixInverter
Contents
Description
Method Summary
Method Details
inverse()
self()
Hide sidebar
Show sidebar
Interface MatrixInverter
All Superinterfaces:
Serializable
All Known Implementing Classes:
GaussJordanInverter
,
NoPivotGaussInverter
public interface
MatrixInverter
extends
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.
Method Details
inverse
Matrix
inverse
()
Inverse matrix.
Returns:
self
Matrix
self
()
Returns the self matrix of this inverter.
Returns: