Class | Description |
---|---|
Arithmetic | |
Complex | |
Eigensolver2x2 |
The this class computes the eigenvalues/eigenvectors for a 2x2
matrix
| A B |
| C D |
The implementation was inspired by Blinn, Jim: Consider the lowly 2x2 matrix.
|
Eigensolver2x2.EigenPair |
EigenPair is a tuple (eigenvalue, eigenvector) and represents
the solution to an eigen problem.
|
HomogeneousVector |
This class represents a homogeneous coordinate vector.
|
MahalanobisDistance |
This class implements the Mahalanobis distance using the Apache commons math library.
|
Matrix |
This class contains a collection of static methods for calculations
with vectors and matrices using native Java arrays without any enclosing
objects structures.
|
Statistics | |
Test | |
VectorNorm | |
VectorNorm.L1 | |
VectorNorm.L2 | |
VectorNorm.Linf |
Enum | Description |
---|---|
VectorNorm.NormType |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)