Package javajs.api
Interface EigenInterface
- All Known Implementing Classes:
Eigen
public interface EigenInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillFloatArrays
(V3[] eigenVectors, float[] eigenValues) double[]
float[][]
setM
(double[][] n)
-
Method Details
-
setM
-
getEigenvalues
double[] getEigenvalues() -
fillFloatArrays
-
getEigenvectorsFloatTransposed
float[][] getEigenvectorsFloatTransposed()
-