jmetal.metaheuristics.singleObjective.cmaes
Class Utils

java.lang.Object
  extended by jmetal.metaheuristics.singleObjective.cmaes.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static int checkEigenSystem(int N, double[][] C, double[] diag, double[][] Q)
           
static void minFastSort(double[] x, int[] idx, int size)
           
static void tql2(int n, double[] d, double[] e, double[][] V)
           
static void tred2(int n, double[][] V, double[] d, double[] e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

tred2

public static void tred2(int n,
                         double[][] V,
                         double[] d,
                         double[] e)

tql2

public static void tql2(int n,
                        double[] d,
                        double[] e,
                        double[][] V)

checkEigenSystem

public static int checkEigenSystem(int N,
                                   double[][] C,
                                   double[] diag,
                                   double[][] Q)

minFastSort

public static void minFastSort(double[] x,
                               int[] idx,
                               int size)