org.la4j.decomposition
Class EigenDecompositor
- java.lang.Object
-
- org.la4j.decomposition.AbstractDecompositor
-
- org.la4j.decomposition.EigenDecompositor
-
- All Implemented Interfaces:
- java.io.Serializable, MatrixDecompositor
public class EigenDecompositor extends AbstractDecompositor implements MatrixDecompositor
This class represents Eigen decomposition of matrices. More details- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EigenDecompositor(Matrix matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanapplicableTo(Matrix matrix)Checks whether this decompositor is applicable to given matrix or not.Matrix[]decompose()Returns the result of Eigen (EVD) decomposition of given matrix-
Methods inherited from class org.la4j.decomposition.AbstractDecompositor
self
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.la4j.decomposition.MatrixDecompositor
self
-
-
-
-
Constructor Detail
-
EigenDecompositor
public EigenDecompositor(Matrix matrix)
-
-
Method Detail
-
decompose
public Matrix[] decompose()
Returns the result of Eigen (EVD) decomposition of given matrixSee http://mathworld.wolfram.com/EigenDecomposition.html for more details.
- Specified by:
decomposein interfaceMatrixDecompositor- Returns:
- { V, D }
-
applicableTo
public boolean applicableTo(Matrix matrix)
Description copied from interface:MatrixDecompositorChecks whether this decompositor is applicable to given matrix or not.- Specified by:
applicableToin interfaceMatrixDecompositor- Returns:
-
-
DMelt 3.0 © DataMelt by jWork.ORG