|
Carrot2 v3.3.0
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.matrix.EigenvalueCalculator
public class EigenvalueCalculator
Calculates eigenvalues for given matrix. Uses Native Numerical Interface (NNI) calls to speed up calculations wherever possible.
| Constructor Summary | |
|---|---|
EigenvalueCalculator()
|
|
| Method Summary | |
|---|---|
static double[] |
computeEigenvaluesSymmetrical(org.apache.mahout.math.matrix.DoubleMatrix2D A)
Computes eigenvalues a symmetrical matrix A, uses NNI if possible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EigenvalueCalculator()
| Method Detail |
|---|
public static double[] computeEigenvaluesSymmetrical(org.apache.mahout.math.matrix.DoubleMatrix2D A)
A, uses NNI if possible.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||