| Package | Description |
|---|---|
| org.openimaj.math.matrix |
| Modifier and Type | Method and Description |
|---|---|
static EigenValueVectorPair |
MatrixUtils.eig2x2(Jama.Matrix m)
An eigen decomposition that uses a deterministic method if the matrix is 2x2.
|
static EigenValueVectorPair |
MatrixUtils.symmetricEig2x2(Jama.Matrix m)
Compute the real Eigen decomposition of a symmetric 2x2 matrix.
|