All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javajs.api.EigenInterface Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package javajs.api;

import javajs.util.V3;

public interface EigenInterface {

  EigenInterface setM(double[][] n);

  double[] getEigenvalues();

  void fillFloatArrays(V3[] eigenVectors, float[] eigenValues);

  float[][] getEigenvectorsFloatTransposed();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy