Orbital library

Uses of Interface
orbital.math.Scalar

Packages that use Scalar
orbital.algorithm.template A framework for general algorithmic evaluation schemes including search and planning algorithms. 
orbital.math Defines arithmetic objects and provides mathematical algorithms. 
 

Uses of Scalar in orbital.algorithm.template
 

Methods in orbital.algorithm.template that return Scalar
 Scalar TransitionModel.Transition.getProbability()
          Get the transition probability.
 Scalar MarkovDecisionProblem.DefaultTransition.getProbability()
           
 Scalar GeneralSearchProblem.Transition.getProbability()
          1 since deterministic transition.
 

Constructors in orbital.algorithm.template with parameters of type Scalar
MarkovDecisionProblem.DefaultTransition(Scalar probability, Real cost)
          Create a new option ⟨p,c⟩.
 

Uses of Scalar in orbital.math
 

Subinterfaces of Scalar in orbital.math
 interface Complex
          Representation of a complex number a + i*b∈C.
 interface Integer
          Representation of an integer number k∈Z.
 interface Rational
          Representation of a rational number a⁄s ∈ Q.
 interface Real
          Representation of a real number a∈R.
 

Methods in orbital.math that return Scalar
 Scalar ValueFactory.narrow(Scalar val)
          Returns a minimized Scalar whose value is equal to that of the specified scalar.
 Scalar ValueFactory.valueOf(java.lang.Number val)
          Returns a Scalar whose value is equal to that of the specified number.
 

Methods in orbital.math with parameters of type Scalar
 java.lang.String ArithmeticFormat.format(Scalar obj)
          Specialization of format.
 java.lang.StringBuffer ArithmeticFormat.format(Scalar obj, java.lang.StringBuffer result, java.text.FieldPosition fieldPosition)
          Specialization of format, formatting scalar objects as they please.
 Vector Vector.multiply(Scalar s)
          Multiplies a vector with a scalar returning a vector.
 Matrix Matrix.multiply(Scalar s)
          Multiplies a matrix with a scalar returning a matrix.
 Scalar ValueFactory.narrow(Scalar val)
          Returns a minimized Scalar whose value is equal to that of the specified scalar.
 Vector Vector.scale(Scalar s)
          Multiplies a vector with a scalar returning a vector.
 Matrix Matrix.scale(Scalar s)
          Multiplies a matrix with a scalar returning a matrix.
static java.lang.Number Values.toPrimitiveWrapper(Scalar val)
          Returns a primitive type wrapper for the specified scalar.
 


Orbital library
1.3.0: 11 Apr 2009

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