Java org.apache.commons.math.linear EigenDecomposition fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.linear EigenDecomposition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.linear EigenDecomposition.

The text is from its open source code.

Method

double[]getImagEigenvalues()
Returns a copy of the imaginary parts of the eigenvalues of the original matrix.
double[]getRealEigenvalues()
Returns a copy of the real parts of the eigenvalues of the original matrix.
RealMatrixgetV()
Returns the matrix V of the decomposition.
RealMatrixgetVT()
Returns the transpose of the matrix V of the decomposition.