JADE v6.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Α Ε Μ Π Σ Φ

D

DAY - Static variable in class javax.units.NonSI
A unit of duration equal to 24 NonSI.HOUR (default label d).
DAY_SIDEREAL - Static variable in class javax.units.NonSI
A unit of duration equal to the time required for a complete rotation of the earth in reference to any star or to the vernal equinox at the meridian, equal to 23 hours, 56 minutes, 4.09 seconds (default label day_sidereal).
DECI(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 10-1
DECIBEL - Static variable in class javax.units.NonSI
A logarithmic unit used to describe a ratio (default label dB).
DEFAULT_POOL_SIZE - Static variable in class com.dautelle.realtime.ObjectPool
Holds the default pool size (32).
DEGREE_ANGLE - Static variable in class javax.units.NonSI
A unit of angle equal to 1/360 NonSI.REVOLUTION (default label °).
DEKA(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 101
DEUTERON - Static variable in class com.dautelle.physics.Mass
Holds the deuteron rest mass.
DIDOT - Static variable in class javax.units.NonSI
A unit of length equal to 0.37592e-3 m (default label Didot).
DYNE - Static variable in class javax.units.NonSI
A unit of force equal to 1E-5 N (default label dyn).
DataAmount - class com.dautelle.physics.DataAmount.
This class represents a measure of data amount.
DataAmount() - Constructor for class com.dautelle.physics.DataAmount
Default constructor (allows for derivation).
DataRate - class com.dautelle.physics.DataRate.
This class represents the speed of data-transmission.
DataRate() - Constructor for class com.dautelle.physics.DataRate
Default constructor (allows for derivation).
DefaultHandler - class com.dautelle.xml.sax.DefaultHandler.
Default base class for real-time handling of XML events.
DefaultHandler() - Constructor for class com.dautelle.xml.sax.DefaultHandler
 
DerivedUnit - class javax.units.DerivedUnit.
This abstract class identifies derived units.
DimensionException - exception com.dautelle.math.DimensionException.
Thrown when an operation is performed upon two matrices whose dimensions disagree.
DimensionException() - Constructor for class com.dautelle.math.DimensionException
Constructs a DimensionException with no detail message.
DimensionException(String) - Constructor for class com.dautelle.math.DimensionException
Constructs a DimensionException with the specified message.
DiscreteFunction - class com.dautelle.math.functions.DiscreteFunction.
This class represents a function being actually defined from a mapping between two sets.
Duration - class com.dautelle.physics.Duration.
This class represents a period of existence or persistence.
Duration() - Constructor for class com.dautelle.physics.Duration
Default constructor (allows for derivation).
dataAmountOf(Quantity) - Static method in class com.dautelle.physics.DataAmount
Returns the DataAmount corresponding to the specified quantity.
dataRateOf(Quantity) - Static method in class com.dautelle.physics.DataRate
Returns the DataRate corresponding to the specified quantity.
derivative(double) - Method in class javax.units.AddConverter
 
derivative(double) - Method in class javax.units.Converter
Returns this converter derivative for the specified x value.
derivative(double) - Method in class javax.units.LogConverter
 
derivative(double) - Method in class javax.units.MultiplyConverter
 
determinant() - Method in class com.dautelle.math.LUDecomposition
Returns the determinant of the Matrix having this LUDecomposition.
determinant() - Method in class com.dautelle.math.Matrix
Returns the determinant of this matrix.
differentiate(Function.Variable) - Method in class com.dautelle.math.functions.Function
Returns the first derivative of this function with respect to the specified variable.
differentiate(Function.Variable) - Method in class com.dautelle.math.functions.Polynomial
 
differentiate(Function.Variable) - Method in class com.dautelle.math.functions.RationalFunction
 
divide(Matrix) - Method in class com.dautelle.math.Matrix
Returns this matrix divided by the one specified.
divide(Polynomial.Term) - Method in class com.dautelle.math.functions.Polynomial.Term
Return the division of this term with the one specified.
divide(double) - Method in class com.dautelle.math.numbers.Complex
Returns this complex divided by the specified factor.
divide(Complex) - Method in class com.dautelle.math.numbers.Complex
Returns this complex divided by the specified complex.
divide(Float32) - Method in class com.dautelle.math.numbers.Float32
Returns this number divided by the one specified.
divide(Float64) - Method in class com.dautelle.math.numbers.Float64
Returns this number divided by the one specified.
divide(Integer32) - Method in class com.dautelle.math.numbers.Integer32
Returns this number divided by the one specified.
divide(Integer64) - Method in class com.dautelle.math.numbers.Integer64
Returns this number divided by the one specified.
divide(int) - Method in class com.dautelle.math.numbers.LargeInteger
Returns this large integer divided by the specified int.
divide(LargeInteger) - Method in class com.dautelle.math.numbers.LargeInteger
Returns this large integer divided by the one specified (integer division).
divide(Rational) - Method in class com.dautelle.math.numbers.Rational
Returns this Rational divided by the one specified.
divide(Real) - Method in class com.dautelle.math.numbers.Real
Returns this real number divided by the one specified.
divide(double) - Method in class com.dautelle.physics.Quantity
Returns this quantity divided by the specified divisor.
divide(Quantity) - Method in class com.dautelle.physics.Quantity
Returns the division of this quantity by the one specified.
divide(Unit) - Method in class javax.units.Unit
Returns the quotient of this unit with the one specified.
dot(Vector) - Method in class com.dautelle.math.Vector
Returns the dot product of this vector with the one specified.
doubleArray(int) - Static method in class com.dautelle.realtime.ArrayPool
Returns the current pool for double[].
doubleValue() - Method in class com.dautelle.math.numbers.Complex
Returns the magnitude of this Complex as a double.
doubleValue() - Method in class com.dautelle.math.numbers.Float32
Returns the value of this number as a double.
doubleValue() - Method in class com.dautelle.math.numbers.Float64
Returns the value of this number as a double.
doubleValue() - Method in class com.dautelle.math.numbers.Integer32
Returns the value of this number as a double.
doubleValue() - Method in class com.dautelle.math.numbers.Integer64
Returns the value of this number as a double.
doubleValue() - Method in class com.dautelle.math.numbers.LargeInteger
Returns the value of this large integeras a double.
doubleValue() - Method in class com.dautelle.math.numbers.Rational
Returns the value of this Rational as a double.
doubleValue() - Method in class com.dautelle.math.numbers.Real
Returns the value of this real number as a double.
doubleValue() - Method in class com.dautelle.physics.Quantity
Returns the estimated value stated in this quantity's system unit as a double.
doubleValue(Unit) - Method in class com.dautelle.physics.Quantity
Returns the estimated value of this quantity stated in the specified unit as a double.
doubleValue() - Method in class com.dautelle.util.Enum
Returns this enum's value as a double.
durationOf(Quantity) - Static method in class com.dautelle.physics.Duration
Returns the Duration corresponding to the specified quantity.

JADE v6.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Α Ε Μ Π Σ Φ
Copyright © 2004 Jean-Marie Dautelle.