public class EigenvalueSmall_F32
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.ejml.data.Complex_F32 |
value0 |
org.ejml.data.Complex_F32 |
value1 |
Constructor and Description |
---|
EigenvalueSmall_F32() |
Modifier and Type | Method and Description |
---|---|
void |
symm2x2_fast(float a11,
float a12,
float a22)
Compute the symmetric eigenvalue using a slightly safer technique
|
void |
value2x2_fast(float a11,
float a12,
float a21,
float a22)
Computes the eigenvalues of a 2 by 2 matrix using a faster but more prone to errors method.
|
void |
value2x2(float a11,
float a12,
float a21,
float a22) |
public org.ejml.data.Complex_F32 value0
public org.ejml.data.Complex_F32 value1
public void value2x2(float a11, float a12, float a21, float a22)
public void value2x2_fast(float a11, float a12, float a21, float a22)
public void symm2x2_fast(float a11, float a12, float a22)