org.ejml.alg.dense.decomposition.eig
Class EigenvalueSmall
- java.lang.Object
-
- org.ejml.alg.dense.decomposition.eig.EigenvalueSmall
-
public class EigenvalueSmall extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description Complex64Fvalue0Complex64Fvalue1
-
Constructor Summary
Constructors Constructor and Description EigenvalueSmall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsymm2x2_fast(double a11, double a12, double a22)Compute the symmetric eigenvalue using a slightly safer techniquevoidvalue2x2_fast(double a11, double a12, double a21, double a22)Computes the eigenvalues of a 2 by 2 matrix using a faster but more prone to errors method.voidvalue2x2(double a11, double a12, double a21, double a22)
-
-
-
Field Detail
-
value0
public Complex64F value0
-
value1
public Complex64F value1
-
-
Method Detail
-
value2x2
public void value2x2(double a11, double a12, double a21, double a22)
-
value2x2_fast
public void value2x2_fast(double a11, double a12, double a21, double a22)Computes the eigenvalues of a 2 by 2 matrix using a faster but more prone to errors method. This is the typical method.
-
symm2x2_fast
public void symm2x2_fast(double a11, double a12, double a22)Compute the symmetric eigenvalue using a slightly safer technique
-
-
DMelt 3.0 © DataMelt by jWork.ORG