This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

V-Index (JADE v6.1 API)
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 Α Ε Μ Π Σ Φ

V

VOLT - Static variable in class javax.units.SI
The derived unit for electric potential difference, electromotive force (V).
Vector - class com.dautelle.math.Vector.
This class represents an element of a vector space arranged as single column Matrix.
Vector() - Constructor for class com.dautelle.math.Vector
Default constructor.
Velocity - class com.dautelle.physics.Velocity.
This class represents a distance traveled divided by the time of travel.
Velocity() - Constructor for class com.dautelle.physics.Velocity
Default constructor (allows for derivation).
Volume - class com.dautelle.physics.Volume.
This class represents the amount of space occupied by a three-dimensional object or region of space, expressed in cubic units.
Volume() - Constructor for class com.dautelle.physics.Volume
Default constructor (allows for derivation).
VolumetricDensity - class com.dautelle.physics.VolumetricDensity.
This class represents a mass per unit volume of a substance under specified conditions of pressure and temperature.
VolumetricDensity() - Constructor for class com.dautelle.physics.VolumetricDensity
Default constructor (allows for derivation).
value() - Method in class com.dautelle.util.Struct.Reference32
 
value() - Method in class com.dautelle.util.Struct.Reference64
 
valueOf(int, int, Operable, Operable) - Static method in class com.dautelle.math.Matrix
Returns a n-by-m matrix filled with the specified diagonal element and the specified non-diagonal element.
valueOf(Operable[][]) - Static method in class com.dautelle.math.Matrix
Returns a matrix from a 2-dimensional array of Operable objects.
valueOf(int, int, Collection) - Static method in class com.dautelle.math.Matrix
Returns a n-by-m matrix populated from the specified collection of Operable objects (rows first).
valueOf(XmlElement) - Static method in class com.dautelle.math.Matrix
XML factory method.
valueOf(Operable[]) - Static method in class com.dautelle.math.Vector
Returns the vector corresponding to the specified Operable coordinates.
valueOf(Collection) - Static method in class com.dautelle.math.Vector
Returns a n-dimensional vector populated from the specified collection of Operable objects.
valueOf(XmlElement) - Static method in class com.dautelle.math.Vector
XML factory method.
valueOf(Operable) - Static method in class com.dautelle.math.functions.Constant
Returns a constant function of specified value.
valueOf(Map, Function.Variable) - Static method in class com.dautelle.math.functions.DiscreteFunction
Returns the DiscreteFunction defined from the specified mapping between two sets.
valueOf(String) - Static method in class com.dautelle.math.functions.Function.Variable
Returns the variable having the specified symbol.
valueOf(Function.Variable, int) - Static method in class com.dautelle.math.functions.Polynomial.Term
Return the term corresponding to the specified variable raised to the specified power.
valueOf(Operable, Function.Variable) - Static method in class com.dautelle.math.functions.Polynomial
Returns an univariate polynomial of degree one with the specified coefficient multiplier.
valueOf(Operable, Polynomial.Term) - Static method in class com.dautelle.math.functions.Polynomial
Returns a polynomial corresponding to the specified term with the specified coefficient multiplier.
valueOf(Polynomial, Polynomial) - Static method in class com.dautelle.math.functions.RationalFunction
Returns the rational function from the specified dividend and divisor.
valueOf(double, double) - Static method in class com.dautelle.math.numbers.Complex
Returns the complex number having the specified real and imaginary components.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Complex
Returns the complex number for the specified character sequence.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Complex
XML factory method.
valueOf(float) - Static method in class com.dautelle.math.numbers.Float32
Returns the 32 bits float of specified float value.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Float32
Returns the 32 bits float for the specified character sequence.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Float32
XML factory method.
valueOf(double) - Static method in class com.dautelle.math.numbers.Float64
Returns the 64 bits float of specified double value.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Float64
Returns the number for the specified character sequence.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Float64
XML factory method.
valueOf(int) - Static method in class com.dautelle.math.numbers.Integer32
Returns the 32 bits integer of specified int value.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Integer32
Returns the 32 bits integer for the specified character sequence.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Integer32
XML factory method.
valueOf(long) - Static method in class com.dautelle.math.numbers.Integer64
Returns the 64 bits integer of specified long value.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Integer64
Returns the 64 bits integer for the specified character sequence.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Integer64
XML factory method.
valueOf(long) - Static method in class com.dautelle.math.numbers.LargeInteger
Returns the large integer of specified long value.
valueOf(byte[], int, int) - Static method in class com.dautelle.math.numbers.LargeInteger
Returns the large integer of specified two's-complement binary representation.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.LargeInteger
Returns the large integer for the specified character sequence in decimal number.
valueOf(CharSequence, int) - Static method in class com.dautelle.math.numbers.LargeInteger
Returns the large integer for the specified character sequence stated in the specified radix.
valueOf(BigInteger) - Static method in class com.dautelle.math.numbers.LargeInteger
Returns the large integer corresponding to the specified BigInteger instance.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.LargeInteger
XML factory method.
valueOf(LargeInteger, LargeInteger) - Static method in class com.dautelle.math.numbers.Rational
Returns the Rational from the specified dividend and divisor.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Rational
Returns the Rational for the specified character sequence.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Rational
XML factory method.
valueOf(LargeInteger, LargeInteger, int) - Static method in class com.dautelle.math.numbers.Real
Returns a real having the specified mantissa, error and exponent values.
valueOf(CharSequence) - Static method in class com.dautelle.math.numbers.Real
Returns the real for the specified character sequence.
valueOf(double) - Static method in class com.dautelle.math.numbers.Real
Converts a double value to a real instance.
valueOf(long) - Static method in class com.dautelle.math.numbers.Real
Converts an integer value to a real instance.
valueOf(LargeInteger) - Static method in class com.dautelle.math.numbers.Real
Converts an integer value to a real instance.
valueOf(XmlElement) - Static method in class com.dautelle.math.numbers.Real
XML factory method.
valueOf(CharSequence) - Static method in class com.dautelle.physics.Quantity
Returns the Quantity from the specified character sequence.
valueOf(double, Unit) - Static method in class com.dautelle.physics.Quantity
Returns the Quantity of specified amount.
valueOf(double, double, Unit) - Static method in class com.dautelle.physics.Quantity
Returns the Quantity of specified amount and measurement error.
valueOf(XmlElement) - Static method in class com.dautelle.physics.Quantity
XML factory method.
valueOf(double) - Static method in class com.dautelle.physics.Scalar
Returns the Scalar of specified amount.
valueOf(double, double) - Static method in class com.dautelle.physics.Scalar
Returns the Scalar of specified amount and measurement error.
valueOf(long, Class) - Static method in class com.dautelle.util.Enum
Returns the enum with the specified value.
valueOf(CharSequence, Class) - Static method in class com.dautelle.util.Enum
Returns the enum with the specified name.
valueOf(char[], int, int) - Static method in class com.dautelle.util.FastString
Returns the FastString that contains the characters from the specified subarray of characters.
valueOf(CharSequence) - Static method in class com.dautelle.util.FastString
Returns the FastString representing the specified character sequence.
valueOf(boolean) - Static method in class com.dautelle.util.FastString
Returns the FastString representing the boolean argument.
valueOf(char) - Static method in class com.dautelle.util.FastString
Returns the FastString representing the char argument.
valueOf(int) - Static method in class com.dautelle.util.FastString
Returns the FastString representing the specified int argument (decimal representation).
valueOf(long) - Static method in class com.dautelle.util.FastString
Returns the FastString representing the specified long argument (decimal representation).
valueOf(double) - Static method in class com.dautelle.util.FastString
Returns the FastString representing the specified double argument.
valueOf(CharSequence) - Static method in class javax.units.Unit
Returns a unit instance that is defined from the specified character sequence.
values() - Method in class com.dautelle.util.CachedMap
Returns an unmodifiable view of the values contained in this map.
values() - Method in class com.dautelle.util.FastMap
Returns a collection view of the values contained in this FastMap.
velocityOf(Quantity) - Static method in class com.dautelle.physics.Velocity
Returns the Velocity corresponding to the specified quantity.
volumeOf(Quantity) - Static method in class com.dautelle.physics.Volume
Returns the Volume corresponding to the specified quantity.
volumetricDensityOf(Quantity) - Static method in class com.dautelle.physics.VolumetricDensity
Returns the VolumetricDensity 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.