public class ArrayUtil
extends java.lang.Object
| Constructor and Description |
|---|
ArrayUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
arraysMatch(java.lang.String[] a,
java.lang.String[] b) |
static int |
findBracket(double[] v,
double x) |
static double[] |
interpInAtFor(double[] aw,
double[] ax,
double[] xbd) |
static double[][] |
log(double[][] d,
double dzero) |
static double[] |
log(double[] d,
double dzero) |
static double[] |
span(double xa,
double xb,
int nel) |
public static double[] log(double[] d,
double dzero)
public static double[][] log(double[][] d,
double dzero)
public static int findBracket(double[] v,
double x)
public static double[] span(double xa,
double xb,
int nel)
public static double[] interpInAtFor(double[] aw,
double[] ax,
double[] xbd)
public static boolean arraysMatch(java.lang.String[] a,
java.lang.String[] b)
Copyright © 2013. All Rights Reserved.