|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orbital.math.Evaluations
Operations
and Functionals
, instead.
public final class Evaluations
Contains evaluation functions for mathematical objects.
MathUtilities
,
Operations
,
FacadeMethod Summary | |
---|---|
static double[] |
abs(double[] v)
Deprecated. |
static Vector |
abs(Vector v)
Deprecated. Returns the vector with the absolutes of all elements in this Vector. |
static double |
average(double[] v)
Deprecated. |
static Arithmetic |
average(Matrix M)
Deprecated. Returns the average of all elements in this Matrix. |
static Arithmetic |
average(Vector v)
Deprecated. Returns the average of all elements in this Vector. |
static double |
max(double[] v)
Deprecated. Returns the maximum value of an array of doubles. |
static int |
max(int[] vals)
Deprecated. Return maximum of an array of integers. |
static Arithmetic |
max(Matrix M)
Deprecated. Returns the maximum value of all elements in this Matrix. |
static Arithmetic |
max(Vector v)
Deprecated. Returns the maximum value of all elements in this Vector. |
static double |
min(double[] v)
Deprecated. Returns the minimum value of an array of doubles. |
static int |
min(int[] vals)
Deprecated. Return minimum of an array of integers. |
static Arithmetic |
min(Matrix M)
Deprecated. Returns the minimum value of all elements in this Matrix. |
static Arithmetic |
min(Vector v)
Deprecated. Returns the minimum value of all elements in this Vector. |
static double |
sum(double[] v)
Deprecated. |
static Arithmetic |
sum(Matrix M)
Deprecated. Returns the total sum of all elements in this Matrix. |
static Arithmetic |
sum(Vector v)
Deprecated. Returns the total sum of all elements in this Vector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Arithmetic sum(Vector v)
public static double sum(double[] v)
public static Arithmetic average(Vector v)
public static double average(double[] v)
public static Arithmetic min(Vector v)
public static double min(double[] v)
public static int min(int[] vals)
public static Arithmetic max(Vector v)
public static double max(double[] v)
public static int max(int[] vals)
public static Vector abs(Vector v)
public static double[] abs(double[] v)
public static Arithmetic sum(Matrix M)
public static Arithmetic average(Matrix M)
public static Arithmetic min(Matrix M)
public static Arithmetic max(Matrix M)
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |