JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.la4j.inversion
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: