Orbital library

orbital.math
Class Evaluations

java.lang.Object
  extended by orbital.math.Evaluations

Deprecated. since Orbital1.1 This class is deprecated since its (simple) methods are mere facades for convenience. Directly use the functions in Operations and Functionals, instead.

public final class Evaluations
extends java.lang.Object

Contains evaluation functions for mathematical objects.

Author:
André Platzer
See Also:
MathUtilities, Operations, Facade
Stereotype:
Utilities, Module

Method 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

sum

public static Arithmetic sum(Vector v)
Deprecated. 
Returns the total sum of all elements in this Vector.


sum

public static double sum(double[] v)
Deprecated. 

average

public static Arithmetic average(Vector v)
Deprecated. 
Returns the average of all elements in this Vector.


average

public static double average(double[] v)
Deprecated. 

min

public static Arithmetic min(Vector v)
Deprecated. 
Returns the minimum value of all elements in this Vector.


min

public static double min(double[] v)
Deprecated. 
Returns the minimum value of an array of doubles.


min

public static int min(int[] vals)
Deprecated. 
Return minimum of an array of integers.


max

public static Arithmetic max(Vector v)
Deprecated. 
Returns the maximum value of all elements in this Vector.


max

public static double max(double[] v)
Deprecated. 
Returns the maximum value of an array of doubles.


max

public static int max(int[] vals)
Deprecated. 
Return maximum of an array of integers.


abs

public static Vector abs(Vector v)
Deprecated. 
Returns the vector with the absolutes of all elements in this Vector.


abs

public static double[] abs(double[] v)
Deprecated. 

sum

public static Arithmetic sum(Matrix M)
Deprecated. 
Returns the total sum of all elements in this Matrix.


average

public static Arithmetic average(Matrix M)
Deprecated. 
Returns the average of all elements in this Matrix.


min

public static Arithmetic min(Matrix M)
Deprecated. 
Returns the minimum value of all elements in this Matrix.


max

public static Arithmetic max(Matrix M)
Deprecated. 
Returns the maximum value of all elements in this Matrix.


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.