public class EigenvalueSmall_F64
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.ejml.data.Complex_F64 |
value0 |
org.ejml.data.Complex_F64 |
value1 |
Constructor and Description |
---|
EigenvalueSmall_F64() |
Modifier and Type | Method and Description |
---|---|
void |
symm2x2_fast(double a11,
double a12,
double a22)
Compute the symmetric eigenvalue using a slightly safer technique
|
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.
|
void |
value2x2(double a11,
double a12,
double a21,
double a22) |
public org.ejml.data.Complex_F64 value0
public org.ejml.data.Complex_F64 value1
public void value2x2(double a11, double a12, double a21, double a22)
public void value2x2_fast(double a11, double a12, double a21, double a22)
public void symm2x2_fast(double a11, double a12, double a22)