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 _ 

A

abs() - Method in class JxnVectorAlgebra
Returns the length (sqrt of the sum of the squares of the components) of this vector object.
abs(double, double) - Static method in class JxnUtilities
Returns sqrt( x * x + y * y ).
abs(double, double, double) - Static method in class JxnUtilities
Returns sqrt( x * x + y * y + z * z ).
abs(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the absolute value (magnitude) of z.
abs(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Return the magnitude of each element of the internal array of z.
abs(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.abs(double) for each element of the internal array of ra.
abs(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.hypot(xi,yi) for each pair of elements of the internal arrays of x and y.
abs(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the length (sqrt of the sum of the squares of the components) of va.
accept(double) - Method in class JxnF
accept(int) - Method in class JxnF
accept(long) - Method in class JxnF
accept(Object) - Method in class JxnF
accept(Object, double) - Method in class JxnF2
accept(Object, int) - Method in class JxnF2
accept(Object, long) - Method in class JxnF2
accept(Object, Object) - Method in class JxnF2
acos(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Return the inverse cosine of z.
acos(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.acos(double) for each element of the internal array of ra.
acosD(double) - Static method in class JxnUtilities
Calls Math.acos(double) and converts the result from radians to degrees.
acosD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.acos(double) and converts the result from radians to degrees for each element of the internal array of ra.
acosh(double) - Static method in class JxnUtilities
Returns the inverse of  Math.cosh(double).
acosh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Return the inverse hyperbolic cosine of z.
acosh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  JxnUtilities.acosh(double) for each element of the internal array of ra.
add(byte[], int, byte) - Static method in class JxnUtilities
Adds value to array[i] with overflow, if the result does not fit into byte.
add(double) - Method in class JxnComplexAlgebra
Adds d to this.
add(double) - Method in class JxnComplexArrayAlgebra
Adds d to this.
add(double) - Method in class JxnRealArrayAlgebra
Adds d to this.
add(double[]) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = i, yi = y[i], i = 0 ... y.length - 1 to the PlotFrame.
add(double[], double[]) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1 to the PlotFrame.
add(double[], double[], double[]) - Method in class JxnPerspectivePlotFrame
Draws a curve representation of x, y and z ( xi = x[i], yi = y[i], zi = z[i] ) ).
add(double[], double[], double[], Color) - Method in class JxnPerspectivePlotFrame
See add.
add(double[], double[], double[], Color, float) - Method in class JxnPerspectivePlotFrame
See add.
add(double[], double[], double[], Color, int) - Method in class JxnPerspectivePlotFrame
See add.
add(double[], double[], double[], Color, int, float) - Method in class JxnPerspectivePlotFrame
See add.
add(double[], double[], double[], Color, Stroke) - Method in class JxnPerspectivePlotFrame
See add.
add(double[], double[], Color) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1 to the PlotFrame.
add(double[], int, double) - Static method in class JxnUtilities
Adds value to array[i].
add(double[], Color) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = i, yi = y[i], i = 0 ... y.length - 1 to the PlotFrame.
add(double, double) - Method in class KmgDoublePolygon
Adds a point ( x, y ) to this polygon.
add(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns d + caa.
add(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns d + ra.
add(int[], int, int) - Static method in class JxnUtilities
Adds value to array[i].
add(long[], int, long) - Static method in class JxnUtilities
Adds value to array[i].
add(BigInteger) - Method in class BigIntegerAlgebra
Adds opnd to this.
add(Jxn3DPainter) - Method in class JxnPerspectivePlotFrame
Shows an additional 3D-object in this JxnPerspectivePlotFrame.
add(Jxn3DPainter[]) - Method in class JxnPerspectivePlotFrame
Shows additional 3D-objects in this JxnPerspectivePlotFrame.
add(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
Adds z to this.
add(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
Adds cx to this.
add(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
See add.
add(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
Adds cx to this.
add(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
See add.
add(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
See add.
add(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Draws a phasor representation of z (starting from (0,0)).
add(JxnComplexAlgebra, JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
See add.
add(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
See add.
add(JxnComplexAlgebra, JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
See add.
add(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Draws a phasor for z1 starting from the position given by z0.
add(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
Returns ca added to this.
add(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
Adds z to this.
add(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
Returns ra added to this.
add(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Adds ra to this.
add(JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = i, yi = ry.value[i], i = 0 ... length(ry) - 1 to the PlotFrame.
add(JxnRealArrayAlgebra[]) - Method in class JxnPerspectivePlotFrame
Draws a curve representation of rxyz = { rx, ry, rz }.
add(JxnRealArrayAlgebra[], Color) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra[], Color, float) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra[], Color, int) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra[], Color, int, float) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra[], Color, Stroke) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra, Color) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = i, yi = ry.value[i], i = 0 ... length(ry) - 1 to the PlotFrame.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1 to the PlotFrame.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Method in class JxnRealArrayPlotFrame
Adds a curve xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1 to the PlotFrame.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnPerspectivePlotFrame
Draws a curve representation of rx, ry and rz ( xi = rx.value[i], yi = ry.value[i], zi = rz.value[i] ) ) in 3D-space.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, float) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
Draws an arrow representation of v (starting from (0,0,0)).
add(JxnVectorAlgebra) - Method in class JxnVectorAlgebra
Adds opnd to this vector.
add(JxnVectorAlgebra[], JxnVectorAlgebra[], Color) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra, Color) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra, String) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra, String, Color) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra, JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
Draws an arrow representation for v1 starting from the position given by v0.
add(JxnVectorAlgebra, JxnVectorAlgebra, Color) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra, JxnVectorAlgebra, String) - Method in class JxnPerspectivePlotFrame
See add.
add(JxnVectorAlgebra, JxnVectorAlgebra, String, Color) - Method in class JxnPerspectivePlotFrame
See add.
add(KmgXYPainter) - Method in class KmgFormelPlotFrame
Shows an additional graphical (painter) object in this PlotFrame.
add(KmgXYPainter[]) - Method in class KmgFormelPlotFrame
Shows additional graphical (painter) objects in this PlotFrame.
add(MyFractionAlgebra) - Method in class MyFractionAlgebra
Adds opnd to this.
addDebug(int) - Method in class KmgFormelInterpreter
Sets debug bits given in mask.
addLeadingBlanks(String, int) - Static method in class JxnUtilities
Prefixes text with blanks so that the result contains at least n characters.
addLeadingChars(String, int, char) - Static method in class JxnUtilities
Prefixes text with ch so that the result contains at least n characters.
addLeadingZeros(String, int) - Static method in class JxnUtilities
Prefixes text with '0' so that the result contains at least n characters.
addTrailingChars(String, int, char) - Static method in class JxnUtilities
Appends text with ch so that the result contains at least n characters.
all(boolean[]) - Static method in class JxnUtilities
Returns true, if all values in array are true.
and(boolean, boolean) - Static method in class JxnUtilities
Represents the Java boolean operator.
and(int, int) - Static method in class JxnUtilities
Represents the Java bitwise operator (for int).
and(long, long) - Static method in class JxnUtilities
Represents the Java bitwise operator (for long).
angle(JxnComplexAlgebra, double, double, double, String, Color) - Static method in class JxnComplexAlgebra
See angle.
angle(JxnComplexAlgebra, double, double, double, String, Color, boolean) - Static method in class JxnComplexAlgebra
See angle.
angle(JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color) - Static method in class JxnComplexAlgebra
See angle.
angle(JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color, boolean) - Static method in class JxnComplexAlgebra
See angle.
angle(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color) - Static method in class JxnComplexAlgebra
Returns an angle (arc with arrow tip).
angle(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color, boolean) - Static method in class JxnComplexAlgebra
See angle.
any(boolean[]) - Static method in class JxnUtilities
Returns true, if at least one value in array is true.
apnd(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
See apnd.
apnd(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
See apnd.
apnd(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
See apnd.
apnd(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Draws a phasor for z starting from the tip of the previously drawn phasor.
apnd(JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
Draws an arrow representation for v starting from the tip of the previously drawn vector.
apnd(JxnVectorAlgebra, Color) - Method in class JxnPerspectivePlotFrame
See apnd.
apnd(JxnVectorAlgebra, String) - Method in class JxnPerspectivePlotFrame
See apnd.
apnd(JxnVectorAlgebra, String, Color) - Method in class JxnPerspectivePlotFrame
See apnd.
apply(double) - Method in class JxnF
apply(int) - Method in class JxnF
apply(long) - Method in class JxnF
apply(Object) - Method in class JxnF
apply(Object, Object) - Method in class JxnF2
applyAsDouble(double) - Method in class JxnF
applyAsDouble(double, double) - Method in class JxnF2
applyAsDouble(int) - Method in class JxnF
applyAsDouble(long) - Method in class JxnF
applyAsDouble(Object) - Method in class JxnF
applyAsDouble(Object, Object) - Method in class JxnF2
Implements ToDoubleBiFunction.
applyAsInt(double) - Method in class JxnF
applyAsInt(int) - Method in class JxnF
applyAsInt(int, int) - Method in class JxnF2
applyAsInt(long) - Method in class JxnF
applyAsInt(Object) - Method in class JxnF
applyAsInt(Object, Object) - Method in class JxnF2
Implements ToIntBiFunction.
applyAsLong(double) - Method in class JxnF
applyAsLong(int) - Method in class JxnF
applyAsLong(long) - Method in class JxnF
applyAsLong(long, long) - Method in class JxnF2
applyAsLong(Object) - Method in class JxnF
applyAsLong(Object, Object) - Method in class JxnF2
Implements ToLongBiFunction.
applyProjection(IKmg3DProjection) - Method in interface Jxn3DPainter
Projects the 3D-graphical object to the xy-plane (called internally).
applyProjection(IKmg3DProjection) - Method in class JxnLine3DPainter
Applies the projection (x,y,z) -> (x",y") (called internally).
applyStroke(Graphics) - Method in class JxnAbstractPainter
To be called from the paint methods.
applyStroke(Graphics, float) - Method in class JxnAbstractPainter
 
arg(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the argument (phase angle) of z (duplicates phi(z)).
argD(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the argument (phase angle) of z in degrees (duplicates phiD(z)).
arrayStartsWith(Object, Object, boolean) - Method in class JxnUnitTest
Not in JUnit - Asserts that actual.startsWith(expected) (used internally).
asBoolean(boolean) - Static method in class JxnParameterCheck
Returns the argument value as boolean.
asByte(byte) - Static method in class JxnParameterCheck
Returns the argument value as byte.
asChar(char) - Static method in class JxnParameterCheck
Returns the argument value as char.
asDouble(double) - Static method in class JxnParameterCheck
Returns the argument value as double.
asFloat(float) - Static method in class JxnParameterCheck
Returns the argument value as float.
asin(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Return the inverse sine of z.
asin(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.asin(double) for each element of the internal array of ra.
asinD(double) - Static method in class JxnUtilities
Calls Math.asin(double) and converts the result from radians to degrees.
asinD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.asin(double) and converts the result from radians to degrees for each element of the internal array of ra.
asinh(double) - Static method in class JxnUtilities
Returns the inverse of  Math.sinh(double).
asinh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Return the inverse hyperbolic sine of z.
asinh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  JxnUtilities.asinh(double) for each element of the internal array of ra.
asInt(int) - Static method in class JxnParameterCheck
Returns the argument value as int.
asLong(long) - Static method in class JxnParameterCheck
Returns the argument value as long.
asObject(Object) - Static method in class JxnParameterCheck
Returns the argument o as java.lang.Object (simply returns o).
assertArrayEquals(Object, Object, int) - Method in class JxnUnitTest
Not in JUnit - Asserts that two arrays are equal (used internally).
assertEquals(char, char) - Method in class JxnUnitTest
Not in JUnit - Asserts that two chars are equal.
assertEquals(char, Object) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
assertEquals(double[], double[]) - Method in class JxnUnitTest
Not in JUnit - Asserts that two double arrays are equal with relative tolerance using JxnUnitTest.itsDoubleEps.
assertEquals(double[], double[], double) - Method in class JxnUnitTest
Same as JUnit - Asserts that two double arrays are equal with absolute tolerance delta.
assertEquals(double[], double[], double, boolean) - Method in class JxnUnitTest
Not in JUnit - Asserts that two double arrays are equal with absolute or relative tolerance.
assertEquals(double, double) - Method in class JxnUnitTest
Differs from JUnit - Asserts that two doubles are equal with relative tolerance using JxnUnitTest.itsDoubleEps.
assertEquals(double, double, double) - Method in class JxnUnitTest
Same as JUnit - Asserts that two doubles are equal to within a positive delta.
assertEquals(double, Object) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
assertEquals(double, Object, double) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
assertEquals(float[], float[]) - Method in class JxnUnitTest
Not in JUnit - Asserts that two float arrays are equal with relative tolerance using JxnUnitTest.itsFloatEps.
assertEquals(float[], float[], float) - Method in class JxnUnitTest
Same as JUnit - Asserts that two float arrays are equal with absolute tolerance delta.
assertEquals(float[], float[], float, boolean) - Method in class JxnUnitTest
Not in JUnit - Asserts that two float arrays are equal with absolute or relative tolerance.
assertEquals(float, float) - Method in class JxnUnitTest
Not in JUnit - Asserts that two floats are equal with relative tolerance using JxnUnitTest.itsFloatEps.
assertEquals(float, float, float) - Method in class JxnUnitTest
Same as JUnit - Asserts that two floats are equal to within a positive delta.
assertEquals(float, Object) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
assertEquals(float, Object, float) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
assertEquals(long, long) - Method in class JxnUnitTest
Same as JUnit - Asserts that two longs are equal.
assertEquals(long, Object) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
assertEquals(Object, Object) - Method in class JxnUnitTest
Same as JUnit - Asserts that two objects are equal.
assertEquivalent(Object, Object) - Method in class JxnUnitTest
Not in JUnit - Asserts that the String representations of two objects are equal.
assertException(String, boolean) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
assertException(String, char) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
assertException(String, double) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
assertException(String, long) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
assertException(String, Object) - Method in class JxnUnitTest
Not in JUnit - Asserts that a test throws a specific exception.
assertFalse(boolean) - Method in class JxnUnitTest
Same as JUnit - Asserts that condition is true.
assertFalse(Object) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return false initially throws an exception).
assertNotNull(Object) - Method in class JxnUnitTest
Same as JUnit - Asserts that an object isn't null.
assertNotSame(Object, Object) - Method in class JxnUnitTest
Same as JUnit - Asserts that two objects do not refer to the same object.
assertNull(Object) - Method in class JxnUnitTest
Same as JUnit - Asserts that an object is null.
assertSame(Object, Object) - Method in class JxnUnitTest
Same as JUnit - Asserts that two objects refer to the same object.
assertStartsWith(Object, Object) - Method in class JxnUnitTest
Not in JUnit - Asserts that actual.startsWith(expected).
assertStartsWith(Object, Object, boolean) - Method in class JxnUnitTest
Not in JUnit - Asserts that actual.startsWith(expected).
assertStartsWith(String, String) - Method in class JxnUnitTest
Not in JUnit - Asserts that actual.startsWith(expected).
assertStartsWith(String, String, boolean) - Method in class JxnUnitTest
Not in JUnit - Asserts that actual.startsWith(expected).
assertTrue(boolean) - Method in class JxnUnitTest
Same as JUnit - Asserts that condition is true.
assertTrue(Object) - Method in class JxnUnitTest
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return true initially throws an exception).
asShort(short) - Static method in class JxnParameterCheck
Returns the argument value as short.
asString(String) - Static method in class JxnParameterCheck
Returns the argument value as java.lang.String.
atan(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Return the inverse tangent of z.
atan(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.atan(double) for each element of the internal array of ra.
atan2(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.atan2(yi,xi) for each pair of elements of the internal arrays of y and x.
atan2D(double, double) - Static method in class JxnUtilities
Calls Math.atan2(double, double) and converts the result from radians to degrees.
atan2D(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.atan2(yi,xi) and converts the result from radians to degrees for each pair of elements of the internal arrays of y and x.
atanD(double) - Static method in class JxnUtilities
Calls Math.atan(double) and converts the result from radians to degrees.
atanD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.atan(double) and converts the result from radians to degrees for each element of the internal array of ra.
atanh(double) - Static method in class JxnUtilities
Returns the inverse of  Math.tanh(double).
atanh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Return the inverse hyperbolic tangent of z.
atanh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  JxnUtilities.atanh(double) for each element of the internal array of ra.
avgSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
Returns a new instance containing the average values of respective intervals.

B

BigIntegerAlgebra - Class in <Unnamed>
Wrapper for java.math.BigInteger.
BigIntegerAlgebra(long) - Constructor for class BigIntegerAlgebra
Constructs a new BigIntegerAlgebra object.
BigIntegerAlgebra(String) - Constructor for class BigIntegerAlgebra
Constructs a new BigIntegerAlgebra object.
BigIntegerAlgebra(String, int) - Constructor for class BigIntegerAlgebra
Constructs a new BigIntegerAlgebra object.
BigIntegerAlgebra(BigInteger) - Constructor for class BigIntegerAlgebra
Constructs a new BigIntegerAlgebra object from a java.math.BigInteger.
booleanArray(int, boolean) - Static method in class JxnUtilities
Creates a new boolean array with the specified length, initialized with initial.
box() - Method in class JxnPerspectivePlotFrame
Draws a box for the tip of the most recently added vector.
box(JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
Draws a box for v.
box(JxnVectorAlgebra, JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
Draws a box for v1.
by(int[]) - Method in class JxnRealArrayAlgebra
byIndex(int[]) - Method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the values of this instance at the positions given in index.
byteArray(int) - Static method in class JxnUtilities
Creates a new byte array with the specified length.
byteArray(int, byte) - Static method in class JxnUtilities
Creates a new byte array with the specified length, initialized with initial.

C

capacity() - Method in class KmgDoublePolygon
Returns the current capacity.
cbrt(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.cbrt(double) for each element of the internal array of ra.
ceil(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.ceil(double) for each element of the internal array of ra.
clear() - Method in class KmgDoublePolygon
Removes all points.
clearAll() - Static method in class JxnUnitTest
Deprecated.
clearAll() - Static method in class JxnUnitTestFailureExpected
Deprecated.
clip(double, double, double) - Static method in class JxnUtilities
Returns x limitted by lower and upper.
clip(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra limitted to lower and upper.
clip(JxnRealArrayAlgebra, int[]) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra with elements with indices given in iClip replaced by Double.NaN (to clip single values by index i use ra.set( i, Double.NaN ) or raNew = set( raOld, i, Double.NaN ) ).
clip(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra1 with elements replaced by Double.NaN if the respective element in ra2 is invalid (NaN or Infinity).
clipGE(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra with elements value[i] >= maxValue replaced by Double.NaN.
clipGT(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra with elements value[i] > maxValue replaced by Double.NaN.
clipLE(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra with elements value[i] <= minValue replaced by Double.NaN.
clipLT(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra with elements value[i] < minValue replaced by Double.NaN.
cloneThis() - Method in interface JxnCloneableAlgebra
Called internally.
cloneThis() - Method in class JxnComplexAlgebra
 
cloneThis() - Method in class JxnComplexArrayAlgebra
 
cloneThis() - Method in class JxnRealArrayAlgebra
 
cloneThis() - Method in class JxnVectorAlgebra
 
cloneThis() - Method in class MyFractionAlgebra
Note: MyFractionAlgebra implements JxnCloneableAlgebra only for demonstration.
clrDebug(int) - Method in class KmgFormelInterpreter
Clears debug bits given in mask.
compare(Object, Object) - Method in class JxnF2
Implements Comparator.
compareTo(MyFractionAlgebra) - Method in class MyFractionAlgebra
Returns -1 if  this < other, +1 if  other > this, else 0.
concat(Object...) - Static method in class JxnUtilities
Returns a new array containing the elements of all arrays passed as arguments.
concat(Object, Object) - Static method in class JxnUtilities
Returns a new array containing the elements of array arr1 followed by the elements of array arr2.
concat(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra which is the concatenation of the elements of ra1 followed by ra2.
concat(JxnVectorTransformation) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a 2nd transformation t2 .
conj(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the complex conjugate of z.
conj(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Return the conjugate complex for each element of the internal array of z.
contains(String, char) - Static method in class JxnUtilities
Returns true if chars contains ch.
convolution(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns convolution( ra, filter, 1 ).
convolution(JxnRealArrayAlgebra, JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
Returns the convolution of ra with filter.
copySign(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.copySign(xi,yi) for each pair of elements of the internal arrays of x and y.
corXY(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the correlation coefficient of rx and ry.
cos(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the cosine of z.
cos(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.cos(JxnComplexAlgebra) for each element of the internal array of z.
cos(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.cos(double) for each element of the internal array of ra.
cosD(double) - Static method in class JxnUtilities
Calls Math.cos(double) after converting argument a from degrees to radians.
cosD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.cos(double) for each element of the internal array of ra after converting the argument from degrees to radians.
cosh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the hyperbolic cosine of z.
cosh(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.cosh(JxnComplexAlgebra) for each element of the internal array of z.
cosh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.cosh(double) for each element of the internal array of ra.
cosphi(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns cosine of the angle between v1 and v2.
cumulated(double[]) - Static method in class JxnUtilities
Returns a new array containing the partial (cumulated) sums of the values of array.
cumulated(int[]) - Static method in class JxnUtilities
Returns a new array containing the partial (cumulated) sums of the values of array.
cumulated(long[]) - Static method in class JxnUtilities
Returns a new array containing the partial (cumulated) sums of the values of array.
curve(double[], double[], double[], IKmg3DProjection) - Static method in class JxnUtilities
Deprecated.
curve(double[], double[], double[], IKmg3DProjection, Color) - Static method in class JxnUtilities
curve(double[], double[], double[], IKmg3DProjection, Color, int) - Static method in class JxnUtilities
curve(double[], double[], Color) - Static method in class JxnUtilities
Returns a curve representation of x and y ( xi = x[i], yi = y[i] ).
curve(double[], double[], Color, int) - Static method in class JxnUtilities
See curve.
curve(double[], Color) - Static method in class JxnUtilities
Returns a curve representation of y ( xi = i, yi = y[i] ).
curve(double[], Color, int) - Static method in class JxnUtilities
See curve.
curve(JxnRealArrayAlgebra, Color) - Static method in class JxnRealArrayAlgebra
Returns a curve representation of ry ( xi = i, yi = ry.value[i] ).
curve(JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
See curve.
curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Static method in class JxnRealArrayAlgebra
Returns a curve representation of rx and ry ( xi = rx.value[i], yi = ry.value[i] ).
curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
See curve.
curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( p3d ).add( rx, ry, rz ).
curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection, Color) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( p3d ).add( rx, ry, rz, color ).
curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection, Color, int) - Static method in class JxnRealArrayAlgebra
Only used for anaglyph stereo.
cut(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns an int array of the indices i of values of ra with: value[i] > 0..
cut(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Returns an int array of the indices i of values of ra with: min <= value[i] <= max.
cut(JxnRealArrayAlgebra, int[]) - Static method in class JxnRealArrayAlgebra
Analyzes the values of ra only with indices given in array index and returns an int array of the indices i of values with: value[i] > 0..

D

defaultFont - Static variable in class KmgFormelPlotFrame
 
defaultNDec - Static variable in class JxnComplexAlgebra
defaultSize - Static variable in class KmgFormelPlotFrame
 
delta_wye_Z1(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
ΔY-transform: Z1 = Z12 * Z31 / ( Z12 + Z23 + Z31 ).
delta_wye_Z2(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
ΔY-transform: Z2 = Z23 * Z12 / ( Z12 + Z23 + Z31 ).
delta_wye_Z3(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
ΔY-transform: Z3 = Z31 * Z23 / ( Z12 + Z23 + Z31 ).
denominator - Variable in class MyFractionAlgebra
 
derivative(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns derivative( y, 1. ).
derivative(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns the derivative dy/dt for equidistant step size dt.
derivative(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the derivative dy/dt for the elements of the internal arrays of y and t.
dif(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the difference z1 - z2.
differences(double[]) - Static method in class JxnUtilities
Returns a new array containing the differences of subsequent values of array.
differences(int[]) - Static method in class JxnUtilities
Returns a new array containing the differences of subsequent values of array.
differences(long[]) - Static method in class JxnUtilities
Returns a new array containing the differences of subsequent values of array.
div(double) - Method in class JxnComplexAlgebra
Divides this by d.
div(double) - Method in class JxnComplexArrayAlgebra
Divides this by d.
div(double) - Method in class JxnRealArrayAlgebra
Divides this by d.
div(double) - Method in class JxnVectorAlgebra
Divides this vector by scalar.
div(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns d / caa.
div(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns d / ra.
div(BigInteger) - Method in class BigIntegerAlgebra
Divides this by opnd.
div(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
Divides this by z.
div(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
Divides this by cx.
div(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
Divides this by cx.
div(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
Returns this divided by ca.
div(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
Divides this by z.
div(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
Returns this divided by ra.
div(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Divides this by ra.
div(JxnVectorTransformation, JxnVectorTransformation) - Static method in class JxnVectorTransformation
Returns tNum * tDen-1.
doubleArray(int) - Static method in class JxnUtilities
Creates a new double array with the specified length.
doubleArray(int, double) - Static method in class JxnUtilities
Creates a new double array with the specified length, initialized with initial.
doubleArray(String) - Static method in class JxnUtilities
Deprecated.
In JXN prefer { 2., 3., 5., 7. }.
doubleValue() - Method in class MyFractionAlgebra
Returns this fraction as double.
dreieckstern(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Deprecated.
Use delta_wye_Z1. Umwandlung Dreieck -> Stern: Berechnet Z1( Z23, Z31, Z12 ).
dump() - Method in class KmgFormelInterpreter
Deprecated.

E

elementCount - Variable in class KmgDoublePolygon
Number of valid points in this polygon.
energy(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns the integral of a power curve (with e.g.
eq(boolean, boolean) - Static method in class JxnUtilities
Represents the Java relational operator.
eq(double, double) - Static method in class JxnUtilities
Represents the Java relational operator.
eq(long, long) - Static method in class JxnUtilities
Represents the Java relational operator.
equalityTolerance - Static variable in class JxnComplexAlgebra
Tolerance for equals method.
equalityTolerance - Static variable in class JxnRealArrayAlgebra
Tolerance for equals method.
equalityTolerance - Static variable in class JxnVectorAlgebra
equals(Object) - Method in class JxnComplexAlgebra
Complex objects are equal, if both real and imaginary part are equal.
equals(Object) - Method in class JxnComplexArrayAlgebra
JxnComplexArrayAlgebra objects are equal, if all corresponding array elements are equal.
equals(Object) - Method in class JxnRealArrayAlgebra
JxnRealArrayAlgebra objects are equal, if all corresponding array elements are equal.
equals(Object) - Method in class JxnVectorAlgebra
Two vector objects are equal, if all corresponding components are equal.
equals(Object) - Method in class MyFractionAlgebra
Fractions are equal, if both numerator and denominator are equal.
equals(Object, Object) - Static method in class JxnObject
Returns  o1.equals(o2)   (java.lang.Object).
equals(Object, Object) - Static method in class JxnUtilities
Deprecated.
No more needed: Simply call o1.equals(o2). To call java.lang.Object.equals(Object) on the array elements of  arr1  with argument array  arr2  use JxnObject.equals( @JxnUnroll arr1, @JxnUnroll arr2 ).
eval(String) - Method in class KmgFormelInterpreter
Parses and executes a single statement.
exact - Variable in class MyFractionAlgebra
Records if the fraction representation with int numerator and denomonator is exact or an approximation.
exec(Object[]) - Method in class JxnD
 
exec(Object[]) - Method in class JxnF
 
exec(Object[]) - Method in class JxnF2
 
exec(Object[]) - Method in class JxnFunction
Maps args to $_ and the names passed to the constructor via parameterNames.
exec(Object[]) - Method in class JxnI
 
exec(Object[]) - Method in class JxnL
 
exec(String) - Method in class KmgFormelInterpreter
Executes cmd.
execute() - Method in class JxnF
 
execute(Object) - Method in class JxnD
 
execute(Object) - Method in class JxnF
 
execute(Object) - Method in class JxnI
 
execute(Object) - Method in class JxnL
 
execute(Object, Object) - Method in class JxnF2
 
execute(String) - Method in class KmgFormelInterpreter
exor(boolean, boolean) - Static method in class JxnUtilities
Represents the Java boolean operator.
exor(int, int) - Static method in class JxnUtilities
Represents the Java bitwise operator (for int).
exor(long, long) - Static method in class JxnUtilities
Represents the Java bitwise operator (for long).
exp(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the exponential function value of z.
exp(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.exp(JxnComplexAlgebra) for each element of the internal array of z.
exp(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.exp(double) for each element of the internal array of ra.
expm1(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.expm1(double) for each element of the internal array of ra.

F

fail() - Method in class JxnUnitTest
Same as JUnit - Always fails.
failed() - Method in class JxnUnitTest
Returns the String returned for failed test.
faltung(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
faltung(JxnRealArrayAlgebra, JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
fileDialog() - Static method in class JxnUtilities
fileDialog(String) - Static method in class JxnUtilities
fileDialog(String, int) - Static method in class JxnUtilities
Displays java.awt.FileDialog and returns the filename selected by the user.
fill(KmgFormelInterpreter, String, int, String) - Static method in class JxnLoop
Executes cmd for values var = 0 ... n-1.
fill(KmgFormelInterpreter, String, Object, String) - Static method in class JxnLoop
Executes cmd for each element of arrayOrIterator.
find(boolean[], boolean) - Static method in class JxnUtilities
Search array for value.
find(boolean[], int, boolean) - Static method in class JxnUtilities
Search array for value starting from fromIndex.
find(byte[], byte) - Static method in class JxnUtilities
Search array for value.
find(byte[], int, byte) - Static method in class JxnUtilities
Search array for value starting from fromIndex.
find(char[], char) - Static method in class JxnUtilities
Search array for value.
find(char[], int, char) - Static method in class JxnUtilities
Search array for value starting from fromIndex.
find(int[], int) - Static method in class JxnUtilities
Search array for value.
find(int[], int, int) - Static method in class JxnUtilities
Search array for value starting from fromIndex.
find(long[], int, long) - Static method in class JxnUtilities
Search array for value starting from fromIndex.
find(long[], long) - Static method in class JxnUtilities
Search array for value.
find(Object[], int, Object) - Static method in class JxnUtilities
Search array for o starting from fromIndex.
find(Object[], Object) - Static method in class JxnUtilities
Search array for o.
findAttributeValue(NodeList, String, String) - Static method in class KmgXMLUtil
Searches nodeList for the first element elem matching elem.getAttribute(attrName).equals(attrValue).
findLabel(String) - Method in class JxnRealArrayTextFileDataSource
Returns the column number for colLabel.
findValue(double) - Method in class JxnRealArrayAlgebra
Finds value in the internal array.
findValue(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
flip(boolean[], int) - Static method in class JxnUtilities
Toggles array[i].
floor(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.floor(double) for each element of the internal array of ra.
forDate(Date) - Static method in class KmgDateTimeConverter
Returns decimal seconds since 01-Jan-1970 00:00:00 UTC for d.
foreach(KmgFormelInterpreter, String, Object, String) - Static method in class JxnLoop
Executes cmd for each element of arrayOrIterator.
format(double) - Method in class KmgDateTimeConverter
Formats z as a date time string using the internally stored DateFormat instance.
format(double, int) - Static method in class JxnUtilities
Formats value as String with a fixed number of nDec decimals.
format(double, int) - Static method in class KmgStaticUtilities
Formats value with nDec decimals.
format(double, int, int) - Static method in class JxnUtilities
Formats value as String with a fixed number of nDec decimals and minimum length minLength.
format(double, DateFormat) - Static method in class KmgDateTimeConverter
Formats z as a date time string using df.
format(Object) - Static method in class JxnUtilities
Formats o for JXN-output.
format(Object, boolean) - Static method in class JxnUtilities
Formats o for JXN-output.
format(String) - Static method in class JxnUtilities
Formats special characters in text.
format(String) - Static method in class KmgStaticUtilities
Formats special characters in text.
format(String, boolean) - Static method in class KmgStaticUtilities
formatAttributes(Node) - Static method in class KmgXMLUtil
Formats all attributes of nd.
formatChildNodes(Node) - Static method in class KmgXMLUtil
Formats all child nodes of nd.
formatClass(Object) - Static method in class JxnUtilities
Formats information of the class of o  (like menu: View > Class… in JxnSession window).
formatDate(double) - Static method in class KmgDateTimeConverter
Formats z as a date string ( e.g. dd.MM.yy using DateFormat.getDateInstance( DateFormat.SHORT )).
formatDateTime(double) - Static method in class KmgDateTimeConverter
Formats z as a date time string (e.g. dd.MM.yyyy HH:mm:ss z using getDateTimeInstance( DateFormat.MEDIUM, DateFormat.LONG )).
formatDateTime(double, double) - Static method in class KmgDateTimeConverter
Formats z as a date time string with precision dz in seconds.
formatDateTime(double, DateFormat) - Static method in class KmgDateTimeConverter
Formats z as a date time string using df.
formatMethods(Object) - Static method in class JxnUtilities
Formats information of the methods of o  (like menu: View > Methods… in JxnSession window).
formatMethods(Object, String) - Static method in class JxnUtilities
Formats information of the methods of o.
formatPackageSearchList() - Static method in class KmgFormelInterpreter
Shows the packages searched for classes (same as menu: View > PackageSearchList in JxnSession window).
formatStaticMethodClassList() - Static method in class KmgFormelInterpreter
Shows the classes searched for static methods (same as menu: View > StaticMethodClasses in JxnSession window).
formatTime(double) - Static method in class KmgDateTimeConverter
Formats z as a time string ( e.g. HH:mm:ss using DateFormat.getTimeInstance( DateFormat.MEDIUM )).
formatType(short) - Static method in class KmgXMLUtil
Replaces the numerical node type by a descriptive Letter.
formatVariables() - Method in class KmgFormelInterpreter
Shows all known variables (same as menu: View > Variables in JxnSession window).
formatVariables(String) - Method in class KmgFormelInterpreter
Shows variable names starting with ….

G

gaussFilter(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns gaussFilter( t, bandWidth, 3. ).
gaussFilter(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Creates a gaussFilter for convolution.
gcd(int, int) - Static method in class MyFractionAlgebra
Returns the greatest common divisor (gcd) of m and n.
ge(double, double) - Static method in class JxnUtilities
Represents the Java relational operator.
ge(long, long) - Static method in class JxnUtilities
Represents the Java relational operator.
get() - Method in class JxnF
get(double) - Method in class JxnComplexArrayAlgebra
Returns a JxnComplexAlgebra for position t by linear interpolation of both real and imaginary part between the adjacent elements of the internal arrays of this JxnComplexArrayAlgebra.
get(double) - Method in class JxnRealArrayAlgebra
Returns a value for position x by linear interpolation between the adjacent elements of the internal array of this JxnRealArrayAlgebra.
get(double[]) - Method in class JxnRealArrayAlgebra
Returns an array of values at the positions given in da by linear interpolation between the adjacent elements of the internal array of this JxnRealArrayAlgebra using JxnRealArrayAlgebra.get(double x).
get(int) - Method in class JxnComplexArrayAlgebra
Return the ithe element of this.
get(int) - Method in class JxnRealArrayAlgebra
Returns the value of the i-th element of the internal array of this JxnRealArrayAlgebra.
get(int) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from the given character delimited column.
get(int) - Method in class JxnVectorAlgebra
Returns the i-th component of this vector object.
get(int) - Method in class KmgStringTokenizer
Returns the next token after skipping i tokens.
get(int[]) - Method in class JxnRealArrayAlgebra
Returns an array of the values of the elements of the internal array of this JxnRealArrayAlgebra defined by the indices given in ia.
get(int, boolean) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from the given character delimited column.
get(int, int) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from fixed width columns.
get(int, int, boolean) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from fixed width columns, see JxnRealArrayTextFileDataSource.get(int, int).
get(int, int, Format) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from fixed width columns, see JxnRealArrayTextFileDataSource.get(int, int).
get(int, Format) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from the given character delimited column.
get(Object, double) - Static method in class JxnUtilities
Returns ao[round(x)] with array index limitted to 0 <= index < ao.length.
get(Object, int) - Static method in class JxnUtilities
In JXN prefer ao[i].
get(String) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from column identified by colLabel.
get(String, boolean) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from a column identified by colLabel.
get(String, Format) - Method in class JxnRealArrayTextFileDataSource
Retrieves JxnRealArrayAlgebra instance from column identified by colLabel.
get(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Returns a JxnRealArrayAlgebra of values at the positions given in ra by linear interpolation between the adjacent elements of the internal array of this JxnRealArrayAlgebra using JxnRealArrayAlgebra.get(double[]).
getArityLenience() - Method in class JxnFunction
Returns arityLenience set for this function instance.
getAsBoolean() - Method in class JxnF
Implements BooleanSupplier.
getAsDouble() - Method in class JxnF
getAsInt() - Method in class JxnF
getAsLong() - Method in class JxnF
getAttributeValue(Node, String) - Static method in class KmgXMLUtil
Other than Element.getAttribute(java.lang.String) this method can be called on nd of any node type and returns the empty string, if nd is not an Element.
getCalendarField(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
Returns the result of gc.get( field ) with gc = new GregorianCalendar() for the values of the internal array of ra interpreted as decimal seconds since 01-Jan-1970 00:00:00 UTC.
getChildElements(Node) - Static method in class KmgXMLUtil
Other than Node.getChildNodes() this method only returns nodes of type Element.
getClass(boolean) - Static method in class JxnObject
Returns boolean.classBoolean.TYPE.
getClass(byte) - Static method in class JxnObject
Returns byte.classByte.TYPE.
getClass(char) - Static method in class JxnObject
Returns char.classCharacter.TYPE.
getClass(double) - Static method in class JxnObject
Returns double.classDouble.TYPE.
getClass(float) - Static method in class JxnObject
Returns float.classFloat.TYPE.
getClass(int) - Static method in class JxnObject
Returns int.classInteger.TYPE.
getClass(long) - Static method in class JxnObject
Returns long.classLong.TYPE.
getClass(short) - Static method in class JxnObject
Returns short.classShort.TYPE.
getClass(Boolean) - Static method in class JxnObject
Returns java.lang.Boolean.class.
getClass(Byte) - Static method in class JxnObject
Returns java.lang.Byte.class.
getClass(Character) - Static method in class JxnObject
Returns java.lang.Character.class.
getClass(Double) - Static method in class JxnObject
Returns java.lang.Double.class.
getClass(Float) - Static method in class JxnObject
Returns java.lang.Float.class.
getClass(Integer) - Static method in class JxnObject
Returns java.lang.Integer.class.
getClass(Long) - Static method in class JxnObject
Returns java.lang.Long.class.
getClass(Object) - Static method in class JxnObject
Returns  o.getClass()   (java.lang.Object).
getClass(Object) - Static method in class JxnUtilities
Deprecated.
No more needed: Simply call ao.getClass(). To call java.lang.Object.getClass() on the array elements of  ao  use JxnObject.getClassArray(ao).
getClass(Short) - Static method in class JxnObject
Returns java.lang.Short.class.
getClassArray(Object[]) - Static method in class JxnObject
Returns an array of  java.lang.Class  objects of the element objects of  oa.
getClassName(Object) - Static method in class JxnUtilities
Formats the class name of o as String.
getClassName(Object) - Static method in class KmgStaticUtilities
Formats class name of o.
getCntInvalid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the number of invalid (NaN or Infinitive) values in ra.
getCntNaN(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the number of NaN values in ra.
getCntValid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the number of valid (neither NaN nor Infinitive) values in ra.
getComplexArray() - Method in class JxnComplexArrayAlgebra
getComponentType(Object) - Static method in class KmgStaticUtilities
Returns the class of o.
getDateFormat() - Method in class KmgDateTimeConverter
Returns the internally stored DateFormat instance.
getDateTimeInstance(int, int) - Static method in class KmgDateTimeConverter
Restores the jdk8 behaviour of DateFormat.getDateTimeInstance(int, int) to avoid the verbose date time format introduced with jdk9.
getDateTimeInstance(int, int, Locale) - Static method in class KmgDateTimeConverter
Restores the jdk8 behaviour of DateFormat.getDateTimeInstance(int, int, Locale) to avoid the verbose date time format introduced with jdk9.
getDayOfWeek(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the day of week ( Mo: 1, ...
getDebug() - Method in class JxnFunction
getDebug() - Method in class KmgFormelInterpreter
Returns the debug level.
getDenominator() - Method in class MyFractionAlgebra
Returns the internally stored denominator.
getDoubleEps() - Method in class JxnUnitTest
Returns the JxnUnitTest.itsDoubleEps value used for this instance.
getDoubleMaxDiff() - Method in class JxnUnitTest
Returns the maximum difference observed for double comparison.
getEqualityTolerance() - Static method in class JxnComplexAlgebra
Returns the tolerance used for the equals method.
getEqualityTolerance() - Static method in class JxnRealArrayAlgebra
Returns the tolerance used for the equals method.
getEqualityTolerance() - Static method in class JxnVectorAlgebra
Returns the tolerance used for the equals method.
getFloatEps() - Method in class JxnUnitTest
Returns the JxnUnitTest.itsFloatEps value used for this instance.
getFloatMaxDiff() - Method in class JxnUnitTest
Returns the maximum difference observed for float comparison.
getHeader() - Method in class JxnRealArrayTextFileDataSource
 
getHeader(int) - Method in class JxnRealArrayTextFileDataSource
 
getHeaders() - Method in class JxnRealArrayTextFileDataSource
 
getHeadTrail(String, int, String, int, String) - Static method in class JxnUtilities
Extracts the first nHead and the last nTrail tokens delimited by delimString from text.
getHeadTrail(String, int, String, int, String) - Static method in class KmgStaticUtilities
Extracts the first nHead and the last nTrail tokens delimited by delimString from text.
getHeadTrail(String, String, int, String) - Static method in class KmgStaticUtilities
getHideTypeOutput() - Static method in class KmgFormelInterpreter
Returns staticHideTypeOutput.
getIconImageList() - Static method in class KmgFormelInterpreter
Used internally.
getIgnoreSurplus() - Static method in class JxnRealArrayAlgebra
getKmgDoubleBounds() - Method in class JxnAbstractPainter
 
getKmgDoubleBounds() - Method in class JxnRealArrayCurve
 
getKmgDoubleBounds() - Method in class JxnTextPainter
 
getKmgDoubleBounds() - Method in interface KmgXYPainter
Returns the bounds of the graphical object (called internally).
getLabel(int, int) - Method in class JxnRealArrayTextFileDataSource
Retrieves the label of the iCol-th character delimited column.
getLabel(int, int, int) - Method in class JxnRealArrayTextFileDataSource
Retrieves the label from fixed width columns.
getNumerator() - Method in class MyFractionAlgebra
Returns the internally stored numerator.
getPath(String) - Method in class KmgFormelInterpreter
Returns relative filepath for parameter filepath.
getPlotFrameNumber() - Method in class KmgFormelPlotFrame
Returns the sequential number of this PlotFrame.
getPrimitive(Class) - Static method in class KmgStaticUtilities
Returns the corresponding primitive type e.g.
getRemaining() - Method in class KmgStringTokenizer
Returns all remaining text without considering any delimiters.
getRepeating() - Static method in class KmgFormelPlotFrame
Called internally...
getRMSDiff(JxnVectorTransformation, JxnVectorTransformation) - Static method in class JxnVectorTransformation
Checks the difference of two transformations.
getShowConditional() - Method in class JxnFunction
getShowInternalResults() - Method in class JxnFunction
getSizeDefault() - Static method in class KmgFormelPlotFrame
Returns the default canvas size.
getStaticShowConditional() - Static method in class KmgFormelInterpreter
Returns staticShowConditional.
getT() - Method in class JxnVectorTransformation
Returns the transformation matrix.
getValue() - Method in class JxnRealArrayAlgebra
Returns a reference to the internal array of this JxnRealArrayAlgebra.
getValue(double) - Method in class JxnComplexArrayAlgebra
Same as get(t).
getValue(double) - Method in class JxnRealArrayAlgebra
Returns get(x).
getValue(double[]) - Method in class JxnRealArrayAlgebra
Returns get(da).
getValue(int) - Method in class JxnComplexArrayAlgebra
Same as get(i).
getValue(int) - Method in class JxnRealArrayAlgebra
Deprecated.
Use get(i).
getValue(JxnComplexArrayAlgebra, double) - Method in class JxnComplexArrayAlgebra
Returns ra.getValue(t).
getValue(JxnComplexArrayAlgebra, int) - Static method in class JxnComplexArrayAlgebra
Return the ith element of caa.
getValue(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns ra.get(x).
getValue(JxnRealArrayAlgebra, double[]) - Static method in class JxnRealArrayAlgebra
Returns ra.get(da).
getValue(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
Returns the value of the i-th element of the internal array of ra.
getVersion() - Static method in class KmgFormelInterpreter
Returns iVersion.
getX() - Method in class JxnVectorAlgebra
Returns the x-component of this vector object.
getXYCanvas() - Method in class KmgFormelPlotFrame
Returns the Canvas (without the scrollbars) of this PlotFrame.
getXYPanel() - Method in class KmgFormelPlotFrame
Returns the ZoomPanel (containing the scrollbars) of this PlotFrame.
getY() - Method in class JxnVectorAlgebra
Returns the y-component of this vector object.
getZ() - Method in class JxnVectorAlgebra
Returns the z-component of this vector object.
getZ(KmgParallelProjection, JxnRealArrayAlgebra[]) - Static method in class JxnUtilities
Returns the z-component of the projection (direction out of the projection plane towards the viewer).
group(String, int) - Static method in class JxnUtilities
Groups text into sections of m characters by inserting blanks.
group(String, int, String) - Static method in class JxnUtilities
Groups text into sections of m characters by inserting the String separator.
gt(double, double) - Static method in class JxnUtilities
Represents the Java relational operator.
gt(long, long) - Static method in class JxnUtilities
Represents the Java relational operator.

H

hashCode(Object) - Static method in class JxnObject
Returns  obj.hashCode()   (java.lang.Object).
hashCode(Object) - Static method in class JxnUtilities
Deprecated.
No more needed: Simply call ao.hashCode(). To call java.lang.Object.hashCode() on the array elements of  ao  use JxnObject.hashCode( @JxnUnroll ao ).
hasMoreElements() - Method in class KmgStringTokenizer
Returns true, if a subsequent call of KmgStringTokenizer.nextElement() will return a result which is not null.
hasNext() - Method in class KmgStringTokenizer
hexString(byte) - Static method in class JxnUtilities
Formats a byte as hexString.
hexString(byte[]) - Static method in class JxnUtilities
Formats a byte array as hexString.
hexString(char) - Static method in class JxnUtilities
Formats a char as hexString.
hexString(char[]) - Static method in class JxnUtilities
Formats a char array as hexString.
hexString(double) - Static method in class JxnUtilities
Formats a double as hexString.
hexString(float) - Static method in class JxnUtilities
Formats a float as hexString.
hexString(int) - Static method in class JxnUtilities
Formats an int as hexString.
hexString(long) - Static method in class JxnUtilities
Formats a long as hexString.
hexString(short) - Static method in class JxnUtilities
Formats a short as hexString.
hexString(String) - Static method in class JxnUtilities
Formats text as hexString.
hexString(BigInteger) - Static method in class JxnUtilities
Formats a BigInteger as hexString.
hexStringToDouble(String) - Static method in class JxnUtilities
hexStringToFloat(String) - Static method in class JxnUtilities
hypot(double, double) - Method in class JxnVectorAlgebra
hypot(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.hypot(xi,yi) for each pair of elements of the internal arrays of x and y.

I

ID - Static variable in class JxnUnitTest
 
IEEEremainder(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.IEEEremainder(d,yi) for each element of the internal array of y.
IEEEremainder(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Calls  Math.IEEEremainder(xi,d) for each element of the internal array of x.
IEEEremainder(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.IEEEremainder(xi,yi) for each pair of elements of the internal arrays of x and y.
iFrame - Variable in class KmgFormelPlotFrame
Sequential number of the current PlotFrame.
ignore() - Method in class JxnUnitTest
Ignores the following single test.
ignoreSurplus - Static variable in class JxnRealArrayAlgebra
im - Variable in class JxnComplexAlgebra
Imaginary part.
im - Variable in class JxnComplexArrayAlgebra
Internal storage.
imag(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the imaginary part of z.
imag(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns the imaginary parts of z.
indexOfNotInString(String, char) - Static method in class KmgStaticUtilities
Finds the index of the first chr in text outside "..." or '.'.
indexOfNotInString(String, char, int) - Static method in class KmgStaticUtilities
Finds the index of the first chr in text outside "..." or '.'.
indexOfNotInString(String, String) - Static method in class KmgStaticUtilities
Finds the index of the first str in text outside "..." or '.'.
indexOfNotInString(String, String, int) - Static method in class KmgStaticUtilities
Finds the index of the first str in text outside "..." or '.'.
intArray(int) - Static method in class JxnUtilities
Creates a new int array with the specified length.
intArray(int, int) - Static method in class JxnUtilities
Creates a new int array with the specified length, initialized with initial.
intArray(String) - Static method in class JxnUtilities
Deprecated.
In JXN prefer { 123, 456, 789 }.
integral(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns integral( y, 1. ).
integral(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns the integral ∫ y dt for equidistant step size dt.
integral(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the integral ∫ y dt for the elements of the internal arrays of y and t.
inv() - Method in class JxnComplexAlgebra
Replaces this by its reciprocal.
inv() - Method in class JxnComplexArrayAlgebra
Replaces this by its reciprocal.
inv() - Method in class JxnRealArrayAlgebra
Replaces this by its reciprocal.
inv() - Method in class MyFractionAlgebra
Replaces this by its reciprocal.
inv(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the reciprocal of z.
inv(JxnVectorTransformation) - Static method in class JxnVectorTransformation
Returns the inverse of  t.
invalid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns an int array of the indices of values of ra with invalid (NaN or Infinitive) values.
INVALID - Static variable in class KmgDateTimeConverter
Value returned for unparseable date time String.
inverse() - Method in class JxnVectorTransformation
Returns the inverse of this (without changing it).
isArray(Object) - Static method in class JxnUtilities
Returns true if o is an array (null returns false).
isDefined(String) - Method in class KmgFormelInterpreter
Returns true if varName is known.
isExact() - Method in class MyFractionAlgebra
Returns, if the fraction (with int numerator and denominator) is exact (otherwise it is an approximation).
isNull(double) - Static method in class JxnUtilities
Allows the generic check of arbitrary variables (e.g.arguments passed to jxn files).
isNull(Object) - Static method in class JxnUtilities
Returns true if o == null.
isPrimitiveOrJavaWrapper(double) - Static method in class JxnUtilities
Used in jxn files to check the type of x.
isPrimitiveOrJavaWrapper(Object) - Static method in class JxnUtilities
Used in jxn files to check the type of x.
isRepeating - Static variable in class KmgFormelPlotFrame
Currently processing the slider repeat list.
isSame(Object, Object) - Static method in class JxnUtilities
Returns true if x == y (references to the same (identical) instance).
itsDoubleEps - Variable in class JxnUnitTest
tolerance for double comparison.
itsFloatEps - Variable in class JxnUnitTest
tolerance for float comparison.
itsV - Variable in class JxnVectorAlgebra
Internal storage.

J

J - Static variable in class JxnComplexAlgebra
j.
JJJ - Static variable in class JxnComplexAlgebra
-j.
join(Object) - Static method in class JxnUtilities
Formats array as string.
join(String, Object) - Static method in class JxnUtilities
Formats array as string.
Jxn3DPainter - Interface in <Unnamed>
Instances of classes which implement this interface can be displayed in a JxnPerspectivePlotFrame.
JxnAbstractPainter - Class in <Unnamed>
Defines common properties of graphical (painter) objects.
JxnAbstractPainter() - Constructor for class JxnAbstractPainter
 
JxnCast - Class in <Unnamed>
Collection of static methods for explicit primitive value cast in JXN.
JxnCloneableAlgebra - Interface in <Unnamed>
Indicates that the algebra requires cloning of the left side operand and implements a cloneThis() method.
JxnComplexAlgebra - Class in <Unnamed>
Implementation of a complex algebra.
JxnComplexAlgebra() - Constructor for class JxnComplexAlgebra
Creates j.
JxnComplexAlgebra(double) - Constructor for class JxnComplexAlgebra
Creates re + j 0.
JxnComplexAlgebra(double, double) - Constructor for class JxnComplexAlgebra
Creates re + j im.
JxnComplexAlgebra(double, double, boolean) - Constructor for class JxnComplexAlgebra
Creates complex from magnitude r and phase angle phi.
JxnComplexAlgebra(JxnComplexAlgebra) - Constructor for class JxnComplexAlgebra
Creates a copy of z.
JxnComplexArrayAlgebra - Class in <Unnamed>
Implementation of a complex array algebra.
JxnComplexArrayAlgebra() - Constructor for class JxnComplexArrayAlgebra
 
JxnComplexArrayAlgebra(double) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance for a single real value re (the imaginary part is 0).
JxnComplexArrayAlgebra(double[]) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance from a double array re (the imaginary part is 0.).
JxnComplexArrayAlgebra(double[], boolean) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance from a double array re.
JxnComplexArrayAlgebra(double[], double[]) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance from two double arrays re and im.
JxnComplexArrayAlgebra(double[], double[], boolean) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance from two double arrays re and im.
JxnComplexArrayAlgebra(int[]) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance an int array for re.
JxnComplexArrayAlgebra(JxnComplexAlgebra) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance for a single complex value cx = re + j im.
JxnComplexArrayAlgebra(JxnComplexAlgebra[]) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance from an array of JxnComplexAlgebra.
JxnComplexArrayAlgebra(JxnComplexAlgebra, JxnRealArrayAlgebra) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance for cx * ra.
JxnComplexArrayAlgebra(JxnComplexArrayAlgebra) - Constructor for class JxnComplexArrayAlgebra
Creates a copy of z.
JxnComplexArrayAlgebra(JxnRealArrayAlgebra) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance for re.
JxnComplexArrayAlgebra(JxnRealArrayAlgebra, JxnComplexAlgebra) - Constructor for class JxnComplexArrayAlgebra
Creates a complex array instance for ra * cx.
JxnComplexPlotFrame - Class in <Unnamed>
Displays phasor representations (arrows) of JxnComplexAlgebra objects in a PlotFrame (display window).
JxnD - Class in <Unnamed>
The classes JxnF, JxnF2, JxnI, JxnL and JxnD together implement all interfaces of package java.util.function for java.util.stream.
JxnD(JxnFunction) - Constructor for class JxnD
Constructs JxnD from an already defined JxnFunction f.
JxnD(KmgFormelInterpreter, String) - Constructor for class JxnD
Calls constructor JxnFunction( fi, cmd ).
JxnF - Class in <Unnamed>
The classes JxnF, JxnF2, JxnI, JxnL and JxnD together implement all interfaces of package java.util.function for java.util.stream.
JxnF(JxnFunction) - Constructor for class JxnF
Constructs JxnF from an already defined JxnFunction f.
JxnF(KmgFormelInterpreter, String) - Constructor for class JxnF
Calls constructor JxnFunction( fi, cmd ).
JxnF2 - Class in <Unnamed>
The classes JxnF, JxnF2, JxnI, JxnL and JxnD together implement all interfaces of package java.util.function for java.util.stream.
JxnF2(JxnFunction) - Constructor for class JxnF2
Constructs JxnF2 from an already defined JxnFunction f.
JxnF2(KmgFormelInterpreter, String) - Constructor for class JxnF2
Calls constructor JxnFunction( fi, cmd ).
JxnFunction - Class in <Unnamed>
Parses, stores and executes a jxn function.
JxnFunction(String) - Constructor for class JxnFunction
Deprecated.
Use @JxnFunction( $this, cmd ).
JxnFunction(String, KmgFormelInterpreter) - Constructor for class JxnFunction
JxnFunction(JxnFunction) - Constructor for class JxnFunction
 
JxnFunction(KmgFormelInterpreter, String) - Constructor for class JxnFunction
Defines a jxn function with variable number of arguments.
JxnFunction(KmgFormelInterpreter, String[], String) - Constructor for class JxnFunction
Defines a jxn function with fixed number of arguments.
JxnFunction(KmgFormelInterpreter, String, String) - Constructor for class JxnFunction
Defines a jxn function with fixed number of arguments.
JxnGraphicsPainter - Class in <Unnamed>
Defines a graphical object for display in a PlotFrame.
JxnGraphicsPainter(int, double, double, double, double) - Constructor for class JxnGraphicsPainter
Creates a graphical object for display in a PlotFrame.
JxnGraphicsPainter(int, double, double, double, double, int) - Constructor for class JxnGraphicsPainter
JxnGraphicsPainter(int, double, double, double, double, int, Color) - Constructor for class JxnGraphicsPainter
JxnGraphicsPainter(int, double, double, double, double, Color) - Constructor for class JxnGraphicsPainter
JxnI - Class in <Unnamed>
The classes JxnF, JxnF2, JxnI, JxnL and JxnD together implement all interfaces of package java.util.function for java.util.stream.
JxnI(JxnFunction) - Constructor for class JxnI
Constructs JxnI from an already defined JxnFunction f.
JxnI(KmgFormelInterpreter, String) - Constructor for class JxnI
Calls constructor JxnFunction( fi, cmd ).
JxnL - Class in <Unnamed>
The classes JxnF, JxnF2, JxnI, JxnL and JxnD together implement all interfaces of package java.util.function for java.util.stream.
JxnL(JxnFunction) - Constructor for class JxnL
Constructs JxnL from an already defined JxnFunction f.
JxnL(KmgFormelInterpreter, String) - Constructor for class JxnL
Calls constructor JxnFunction( fi, cmd ).
JxnLine3DPainter - Class in <Unnamed>
Defines a line object for display in a JxnPerspectivePlotFrame.
JxnLine3DPainter(double, double, double, double, double, double) - Constructor for class JxnLine3DPainter
Creates a line object (line from (x1,y1,z1) to (x2,y2,z2)) for display in a JxnPerspectivePlotFrame.
JxnLine3DPainter(double, double, double, double, double, double, Color) - Constructor for class JxnLine3DPainter
JxnLoop - Class in <Unnamed>
Collection of static methods used to repeat commands.
JxnObject - Class in <Unnamed>
Collection of static methods adding to the methods of  java.lang.Object.
JxnParameterCheck - Class in <Unnamed>
Collection of static methods to test ...
JxnPerspectivePlotFrame - Class in <Unnamed>
Three-dimensional display of vectors, curves and Jxn3DPainter instances.
JxnPolygonPainter - Class in <Unnamed>
Defines a polygon for display in a PlotFrame.
JxnPolygonPainter(int, KmgDoublePolygon) - Constructor for class JxnPolygonPainter
Creates a polygon for display in a PlotFrame.
JxnPolygonPainter(int, KmgDoublePolygon, Color) - Constructor for class JxnPolygonPainter
JxnPolygonPainter(KmgDoublePolygon, int) - Constructor for class JxnPolygonPainter
JxnRealArrayAlgebra - Class in <Unnamed>
Implementation of an algebra based on an internal array  double[] value.
JxnRealArrayAlgebra() - Constructor for class JxnRealArrayAlgebra
 
JxnRealArrayAlgebra(double[]) - Constructor for class JxnRealArrayAlgebra
Creates a JxnRealArrayAlgebra instance from the array value.
JxnRealArrayAlgebra(double[], boolean) - Constructor for class JxnRealArrayAlgebra
Creates a JxnRealArrayAlgebra instance from the array double [] value.
JxnRealArrayAlgebra(double, double, double) - Constructor for class JxnRealArrayAlgebra
Creates an instance from the given parameters.
JxnRealArrayAlgebra(double, double, int) - Constructor for class JxnRealArrayAlgebra
Creates an instance from the given parameters.
JxnRealArrayAlgebra(double, double, int, int, int) - Constructor for class JxnRealArrayAlgebra
Deprecated.
replaced by class JxnUVGrid.
JxnRealArrayAlgebra(int) - Constructor for class JxnRealArrayAlgebra
 
JxnRealArrayAlgebra(int[]) - Constructor for class JxnRealArrayAlgebra
Creates a JxnRealArrayAlgebra instance from the array int[] value.
JxnRealArrayAlgebra(JxnRealArrayAlgebra) - Constructor for class JxnRealArrayAlgebra
Creates a copy of ra.
JxnRealArrayAlgebra(JxnRealArrayAlgebra, boolean) - Constructor for class JxnRealArrayAlgebra
Creates a copy of ra.
JxnRealArrayCurve - Class in <Unnamed>
Curve representation of JxnRealArrayAlgebra instance(s) (used internally).
JxnRealArrayPlotFrame - Class in <Unnamed>
Displays curve representations of JxnRealArrayAlgebra objects in a PlotFrame (display window).
JxnRealArraySample - Class in <Unnamed>
Collection of static methods for taking samples from a JxnRealArrayAlgebra instance.
JxnRealArrayTextFileDataSource - Class in <Unnamed>
Parses column-wise organized text files (including CSV exports from Excel) to read data into JxnRealArrayAlgebra instances.
JxnRealArrayTextFileDataSource(String) - Constructor for class JxnRealArrayTextFileDataSource
Constructs a text file data source object for the given filename.
JxnRealArrayTextFileDataSource(String, int, String, String) - Constructor for class JxnRealArrayTextFileDataSource
Constructs a text file data source object for the given filename.
JxnShape2DPainter - Class in <Unnamed>
Defines a painter object for the display of an object from package java.awt.geom (implementations of java.awt.Shape) in a PlotFrame.
JxnShape2DPainter(Shape, Color, boolean) - Constructor for class JxnShape2DPainter
Creates a graphical object for display in a PlotFrame.
JxnSymbolPainter - Class in <Unnamed>
Defines a symbol for display in a PlotFrame.
JxnSymbolPainter(double, double) - Constructor for class JxnSymbolPainter
Defines an invisible placeholder (for scaling).
JxnSymbolPainter(int, double, double) - Constructor for class JxnSymbolPainter
Creates a symbol for display in a PlotFrame at position (x,y).
JxnSymbolPainter(int, double, double, double) - Constructor for class JxnSymbolPainter
JxnSymbolPainter(int, double, double, double, Color) - Constructor for class JxnSymbolPainter
JxnSymbolPainter(int, double, double, int) - Constructor for class JxnSymbolPainter
JxnSymbolPainter(int, double, double, int, Color) - Constructor for class JxnSymbolPainter
JxnSymbolPainter(int, double, double, Color) - Constructor for class JxnSymbolPainter
JxnTextPainter - Class in <Unnamed>
Defines a text object for display in a PlotFrame.
JxnTextPainter(double, double, double) - Constructor for class JxnTextPainter
Creates an instance for display of value as text in a PlotFrame.
JxnTextPainter(double, double, double, Color) - Constructor for class JxnTextPainter
JxnTextPainter(double, double, double, JxnTextPainter) - Constructor for class JxnTextPainter
JxnTextPainter(long, double, double) - Constructor for class JxnTextPainter
Creates an instance for display of value as text in a PlotFrame.
JxnTextPainter(long, double, double, Color) - Constructor for class JxnTextPainter
JxnTextPainter(long, double, double, JxnTextPainter) - Constructor for class JxnTextPainter
JxnTextPainter(String, double, double) - Constructor for class JxnTextPainter
Creates an instance for display of text centered at position (x0,y0) in a PlotFrame.
JxnTextPainter(String, double, double, Color) - Constructor for class JxnTextPainter
JxnTextPainter(String, double, double, JxnTextPainter) - Constructor for class JxnTextPainter
JxnUnitTest - Class in <Unnamed>
Provides a set of methods supporting unit tests in JXN (similar to → JUnit.org).
JxnUnitTest() - Constructor for class JxnUnitTest
The assert methods are called on instances of JxnUnitTest.
JxnUnitTest(double) - Constructor for class JxnUnitTest
Creates instance with preset JxnUnitTest.itsDoubleEps value.
JxnUnitTest(double, float) - Constructor for class JxnUnitTest
Creates instance with preset JxnUnitTest.itsDoubleEps and JxnUnitTest.itsFloatEps value.
JxnUnitTestFailureExpected - Class in <Unnamed>
Variant of JxnUnitTest used for tests which during test driven developement are expected to fail initially.
JxnUnitTestFailureExpected() - Constructor for class JxnUnitTestFailureExpected
Constructs instance.
JxnUnitTestFailureExpected(double) - Constructor for class JxnUnitTestFailureExpected
Constructs instance.
JxnUnitTestFailureExpected(double, float) - Constructor for class JxnUnitTestFailureExpected
Constructs instance.
JxnUtilities - Class in <Unnamed>
JxnUVGrid - Class in <Unnamed>
Defines methods to visualize functions x(u,v) and y(u,v) by mapping a grid in the u/v-plain into the x/y-plain.
JxnUVGrid(double, double, double, double, double, double) - Constructor for class JxnUVGrid
Creates a grid defined by starting point, end point and mesh width.
JxnUVGrid(double, double, double, double, double, double, int) - Constructor for class JxnUVGrid
JxnUVGrid(double, double, int, double, double, int) - Constructor for class JxnUVGrid
Creates a grid defined by starting point, mesh width and number of meshes.
JxnUVGrid(double, double, int, double, double, int, int) - Constructor for class JxnUVGrid
JxnVectorAlgebra - Class in <Unnamed>
Implementation of a vector algebra.
JxnVectorAlgebra(double[]) - Constructor for class JxnVectorAlgebra
Creates a vector algebra instance from the array double [] arr.
JxnVectorAlgebra(double[], boolean) - Constructor for class JxnVectorAlgebra
Creates a vector algebra instance from the array double [] arr.
JxnVectorAlgebra(double, double, boolean) - Constructor for class JxnVectorAlgebra
Creates a 3-dimensional vector of length 1 from latitude-angle and longitude-angle.
JxnVectorAlgebra(double, double, double) - Constructor for class JxnVectorAlgebra
Creates a 3-dimensional vector ( x, y, z ).
JxnVectorAlgebra(JxnVectorAlgebra) - Constructor for class JxnVectorAlgebra
Creates a copy of v.
JxnVectorTransformation - Class in <Unnamed>
Implements an affine transformation and mapping methods for vectors and curves (experimental status).
JxnVectorTransformation() - Constructor for class JxnVectorTransformation
Creates a three-dimensional identity transformation.
JxnVectorTransformation(double[][]) - Constructor for class JxnVectorTransformation
Creates a transformation object from a given matrix tm.
JxnVectorTransformation(int) - Constructor for class JxnVectorTransformation
Creates an identity transformation of dimension dim.
JxnVectorTransformation(JxnVectorAlgebra, JxnVectorAlgebra, JxnVectorAlgebra) - Constructor for class JxnVectorTransformation
Creates a transformation object from given coordinate (basis) vectors.
JxnVectorTransformation(JxnVectorTransformation) - Constructor for class JxnVectorTransformation
Creates a copy of t.

K

KmgDateTimeConverter - Class in <Unnamed>
Collection of methods for the conversion between a double value containing decimal seconds since 01-Jan-1970 00:00:00 UTC and a date time String.
KmgDateTimeConverter() - Constructor for class KmgDateTimeConverter
Creates a KmgDateTimeConverter instance.
KmgDateTimeConverter(String) - Constructor for class KmgDateTimeConverter
Abbreviation of @KmgDateTimeConverter( @SimpleDateFormat( defaultDateTimeFormatPattern ) )
KmgDateTimeConverter(DateFormat) - Constructor for class KmgDateTimeConverter
Creates a KmgDateTimeConverter instance using df.
KmgDoublePolygon - Class in <Unnamed>
Stores the points ( xi, yi ) of a polygon.
KmgDoublePolygon() - Constructor for class KmgDoublePolygon
Creates an empty polygon.
KmgDoublePolygon(double[], double[]) - Constructor for class KmgDoublePolygon
Creates a polygon from two double arrays.
KmgDoublePolygon(int) - Constructor for class KmgDoublePolygon
Creates an empty polygon (with given initial capacity).
KmgFormelInterpreter - Class in <Unnamed>
Main class of JXN.
KmgFormelInterpreter() - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(boolean) - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(boolean, boolean) - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(Object) - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(KmgFormelInterpreter) - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(KmgFormelInterpreter.NullValueHashtable) - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(KmgFormelInterpreter.NullValueHashtable, boolean) - Constructor for class KmgFormelInterpreter
 
KmgFormelInterpreter(KmgFormelInterpreter.NullValueHashtable, Hashtable<String, String>) - Constructor for class KmgFormelInterpreter
 
KmgFormelPlotFrame - Class in <Unnamed>
Base class of all PlotFrames (graphic display windows).
KmgFormelPlotFrame(String) - Constructor for class KmgFormelPlotFrame
 
KmgStaticUtilities - Class in <Unnamed>
Collection of (static) methods adding to package java.lang.
KmgStringTokenizer - Class in <Unnamed>
Variant of java.util.StringTokenizer with different handling of consecutive delimiters.
KmgStringTokenizer(String) - Constructor for class KmgStringTokenizer
Shortcut of KmgStringTokenizer( text, "\t\n\r\f", " " ) .
KmgStringTokenizer(String, String, String) - Constructor for class KmgStringTokenizer
Variant of StringTokenizer which supports two different types of delimiters, see Parameters delim1 and delim2.
KmgXMLUtil - Class in <Unnamed>
Collection of (static) methods adding to package org.w3c.dom.
KmgXYPainter - Interface in <Unnamed>
Instances of classes which implement this interface can be displayed in a PlotFrame.
korXY(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns corXY( rx, ry ).

L

lat() - Method in class JxnVectorAlgebra
Returns the latitude angle of this vector object.
lat(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the latitude angle of va.
latD() - Method in class JxnVectorAlgebra
Returns the latitude angle of this vector object in degrees.
latD(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the latitude angle of va in degrees.
le(double, double) - Static method in class JxnUtilities
Represents the Java relational operator.
le(long, long) - Static method in class JxnUtilities
Represents the Java relational operator.
left(int, int) - Static method in class JxnUtilities
Represents the Java bit shift operator (for int).
left(long, int) - Static method in class JxnUtilities
Represents the Java bit shift operator (for long).
length(Object) - Static method in class JxnUtilities
Returns the length of the specified array object.
length(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns the length of the internal arrays of z.
length(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the length of the internal array of ra.
limit(double, double, double) - Static method in class JxnUtilities
Keeps x within xmin and xmax.
limit(int, int, int) - Static method in class JxnUtilities
Keeps x within xmin and xmax.
limit(long, long, long) - Static method in class JxnUtilities
Keeps x within xmin and xmax.
limit(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra limitted to lower and upper.
log(double, double) - Static method in class JxnUtilities
Returns the base b logarithm of x.
log(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Determines the base b logarithm of each element of the internal array of ra.
log(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the natural logarithm of z.
log(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.log(JxnComplexAlgebra) for each element of the internal array of z.
log(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.log(double) for each element of the internal array of ra.
log10(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.log10(double) for each element of the internal array of ra.
log1p(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.log1p(double) for each element of the internal array of ra.
log2(double) - Static method in class JxnUtilities
Returns the base 2 logarithm of x.
lon() - Method in class JxnVectorAlgebra
Returns the longitude angle of this vector object.
lon(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the latitude angle of va.
lonD() - Method in class JxnVectorAlgebra
Returns the longitude angle of this vector object in degrees.
lonD(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the latitude angle of va in degrees.
longArray(int, long) - Static method in class JxnUtilities
Creates a new long array with the specified length, initialized with initial.
lt(double, double) - Static method in class JxnUtilities
Represents the Java relational operator.
lt(long, long) - Static method in class JxnUtilities
Represents the Java relational operator.
lw(float) - Method in class JxnAbstractPainter

M

main(String[]) - Static method in class JxnComplexAlgebra
Test.
main(String[]) - Static method in class JxnUnitTest
 
main(String[]) - Static method in class KmgFormelInterpreter
Runs JxnPortable from the command line (shell) (Recommended: Start GUI using  JxnPortable/JxnStart.bat).
main(String[]) - Static method in class KmgStaticUtilities
Tests.
main(String[]) - Static method in class KmgStringTokenizer
Test.
main(String[]) - Static method in class MyFractionAlgebra
Test.
map(double[]) - Method in class JxnVectorTransformation
Called internally.
map(int, double, double, double) - Method in class JxnVectorTransformation
Called internally.
map(int, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnVectorTransformation
Returns the i-th coordinate of the mapping of the curve given by rx, ry and rz.
map(JxnRealArrayAlgebra[]) - Method in class JxnVectorTransformation
Returns the mapping of the curve given by an array rxyz = { rx, ry, rz }.
map(JxnVectorAlgebra) - Method in class JxnVectorTransformation
Returns the mapping of v.
max(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use max( y, d ). Calls  Math.max(d,yi) for each element of the internal array of y.
max(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Calls  Math.max(xi,d) for each element of the internal array of x.
max(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.max(xi,yi) for each pair of elements of the internal arrays of x and y.
maxIndex(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the index of the (first) maximum value (including +Infinity) of the internal array of ra.
maxSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
Returns a new instance containing the maximun values of respective intervals.
maxValid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the minimum value excluding +Infinity of the internal array of ra.
maxValue(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the maximum value (including +Infinity) of the internal array of ra.
min(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use min( y, d ). Calls  Math.min(d,yi) for each element of the internal array of y.
min(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Calls  Math.min(xi,d) for each element of the internal array of x.
min(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.min(xi,yi) for each pair of elements of the internal arrays of x and y.
minIndex(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the index of the (first) minimum value (including -Infinity) of the internal array of ra.
minMaxSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
Returns a new instance of alternating minimun and maximum values.
minSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
Returns a new instance containing the minimun values of respective intervals.
minValid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the minimum value excluding -Infinity of the internal array of ra.
minValue(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the minimum value (including -Infinity) of the internal array of ra.
modPow(int, int, int) - Static method in class JxnUtilities
Returns  baseexp mod m.
modulo(double, double) - Static method in class JxnUtilities
Prefer x % y  if  x > 0 and y > 0.
Example:
modulo(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  JxnUtilities.modulo(d,yi) for each element of the internal array of y.
modulo(int, int) - Static method in class JxnUtilities
Prefer x % y  if  x > 0 and y > 0.
modulo(long, long) - Static method in class JxnUtilities
Prefer x % y  if  x > 0 and y > 0.
modulo(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Calls  JxnUtilities.modulo(xi,d) for each element of the internal array of x.
modulo(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  JxnUtilities.modulo(xi,yi) for each pair of elements of the internal arrays of x and y.
move(double, double, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a translation defined by dx, dy and dz .
move(double, JxnVectorAlgebra) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a translation defined by v scaled by f .
move(JxnVectorAlgebra) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a translation defined by v.
moveCanvasTo(Container) - Method in class KmgFormelPlotFrame
Moves the Canvas from the PlotFrame to another java.awt.Container and hides the PlotFrame.
moveCanvasTo(Container, Object) - Method in class KmgFormelPlotFrame
Moves the Canvas from the PlotFrame to another java.awt.Container and hides the PlotFrame.
moveIt(double, double, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending a translation defined by dx, dy and dz .
moveIt(double, JxnVectorAlgebra) - Method in class JxnVectorTransformation
Modifies this transformation by appending a translation defined by v scaled by f .
moveIt(JxnVectorAlgebra) - Method in class JxnVectorTransformation
Modifies this transformation by appending a translation defined by v.
mul(boolean) - Method in class JxnRealArrayAlgebra
Deprecated.
...
mul(boolean, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Deprecated.
...
mul(double) - Method in class JxnComplexAlgebra
(Post)Multiplies this by d.
mul(double) - Method in class JxnComplexArrayAlgebra
(Post)Multiplies this by d.
mul(double) - Method in class JxnRealArrayAlgebra
(Post)Multiplies this by d.
mul(double) - Method in class JxnVectorAlgebra
Multiplies this vector by scalar.
mul(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns d * caa.
mul(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns d * ra.
mul(double, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns v scaled by scalar.
mul(BigInteger) - Method in class BigIntegerAlgebra
(Post)Multiplies this by opnd.
mul(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
(Post)Multiplies this by z.
mul(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
(Post)Multiplies this by cx.
mul(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
(Post)Multiplies this by cx.
mul(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
Returns this (post)multiplied by ca.
mul(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
(Post)Multiplies this by z.
mul(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
Returns this (post)multiplied by ra.
mul(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
(Post)Multiplies this by ra.
mul(JxnRealArrayAlgebra[]) - Method in class JxnVectorTransformation
Returns the mapping of rxyz = { rx, ry, rz }.
mul(JxnVectorAlgebra) - Method in class JxnVectorTransformation
Returns the mapping of v.
mul(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the vektor product v1 × v2.
mul(JxnVectorTransformation, JxnVectorTransformation) - Static method in class JxnVectorTransformation
Returns the combination of tLeft and tRght.
mul(MyFractionAlgebra) - Method in class MyFractionAlgebra
(Post)Multiplies this by opnd.
mulL(double) - Method in class JxnComplexArrayAlgebra
(Pre)Multiplies this by d.
mulL(double) - Method in class JxnRealArrayAlgebra
(Pre)Multiplies this by d.
mulL(double) - Method in class JxnVectorAlgebra
Multiplies this vector by scalar.
MyFractionAlgebra - Class in <Unnamed>
Simple implementation of a fraction algebra (example of a user defined algebra).
MyFractionAlgebra(double) - Constructor for class MyFractionAlgebra
Finds a fraction that represents x, using the continued fraction algorithm.
MyFractionAlgebra(int) - Constructor for class MyFractionAlgebra
Equivalent to new MyFractionAlgebra( numerator, 1 ).
MyFractionAlgebra(int, int) - Constructor for class MyFractionAlgebra
Constructs a new Fraction object.

N

ne(boolean, boolean) - Static method in class JxnUtilities
Represents the Java relational operator.
ne(double, double) - Static method in class JxnUtilities
Represents the Java relational operator.
ne(long, long) - Static method in class JxnUtilities
Represents the Java relational operator.
neg() - Method in class BigIntegerAlgebra
newArray(int, Object) - Static method in class JxnUtilities
Creates a new array with the specified length, initialized with initial.
newArray(Class<?>, int) - Static method in class JxnUtilities
Creates a new array with the specified component type and length.
newArray(Class<?>, int...) - Static method in class JxnUtilities
Creates a new array with the specified component type and dimensions.
newArray(Class<?>, int, Object) - Static method in class JxnUtilities
Creates a new array with the specified component type and length, initialized with initial.
next() - Method in class KmgStringTokenizer
Returns the next token or null, if no more tokens available.
nextElement() - Method in class KmgStringTokenizer
Returns the next token or null, if no more tokens available.
nextToken() - Method in class KmgStringTokenizer
Returns the next token or null, if no more tokens available.
nextToken(String, String) - Method in class KmgStringTokenizer
Returns the next token after changing the delimiters to the given values.
nFrames - Static variable in class KmgFormelPlotFrame
Number of created PlotFrames.
noise(int) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra with n random numbers from rnd.nextGaussian() with rnd = new Random().
noise(int, long) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra with n random numbers from rnd.nextGaussian() with rnd = new Random(seed).
noise(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns JxnRealArrayAlgebra.noise(int n) with n = ra.size().
noise(JxnRealArrayAlgebra, long) - Static method in class JxnRealArrayAlgebra
nonWindupStore(JxnRealArrayAlgebra, double, double, double, double) - Static method in class JxnRealArrayAlgebra
Returns the integral internally limited to lower and upper (non windup limiter) of a power curve.
nop(double) - Static method in class JxnUtilities
Forces the repetition of a statement by inserting an artificial dependency on sliderDependentVariable.
nop(double) - Method in class KmgFormelPlotFrame
Deprecated.
No more needed here.
nop(Object) - Static method in class JxnUtilities
Deprecated.
Not needed.
nop(Object) - Method in class KmgFormelPlotFrame
Deprecated.
Not needed.
nop(Object, double) - Static method in class JxnUtilities
Forces the repetition of a statement by inserting an artificial dependency on sliderDependentVariable.
nop(Object, Object) - Static method in class JxnUtilities
Deprecated.
Not needed.
normal(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Finds a normal vector for vr.
not(boolean) - Static method in class JxnUtilities
Represents the Java boolean operator.
not(int) - Static method in class JxnUtilities
Represents the Java bitwise operator (for int).
not(long) - Static method in class JxnUtilities
Represents the Java bitwise operator (for long).
numerator - Variable in class MyFractionAlgebra
 

O

ok() - Method in class JxnUnitTest
Returns the String returned for passed test.
ONE - Static variable in class JxnComplexAlgebra
1 + j 0.
or(boolean, boolean) - Static method in class JxnUtilities
Represents the Java boolean operator.
or(int, int) - Static method in class JxnUtilities
Represents the Java bitwise operator (for int).
or(long, long) - Static method in class JxnUtilities
Represents the Java bitwise operator (for long).

P

paint(KmgGraphicsScaler) - Method in class JxnGraphicsPainter
 
paint(KmgGraphicsScaler) - Method in class JxnPolygonPainter
 
paint(KmgGraphicsScaler) - Method in class JxnRealArrayCurve
 
paint(KmgGraphicsScaler) - Method in class JxnShape2DPainter
 
paint(KmgGraphicsScaler) - Method in class JxnSymbolPainter
 
paint(KmgGraphicsScaler) - Method in class JxnTextPainter
 
paint(KmgGraphicsScaler) - Method in interface KmgXYPainter
Paints the graphical object (called internally).
parallel(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the impedance of the parallel connection of two impedances Z1 und Z2.
parse(String) - Method in class KmgDateTimeConverter
Parses text as a date time string.
parseDateTime(String) - Static method in class KmgDateTimeConverter
Parses text as a date time string using parse.
parseDateTime(String, DateFormat) - Static method in class KmgDateTimeConverter
Parses text as a date time string using df and parse.
parseDouble(String) - Method in class KmgDateTimeConverter
Returns Double.parseDouble(java.lang.String), but (if necessary) returns Double.NaN instead of throwing a NumberFormatException.
parseDouble(String) - Static method in class KmgStaticUtilities
Returns Double.parseDouble(java.lang.String), but (if necessary) returns Double.NaN instead of throwing a NumberFormatException.
parseHex(String) - Static method in class JxnUtilities
Parses hexString to appropriate Number.
parseHilf(String, ParsePosition) - Method in class KmgDateTimeConverter
Used internally.
pathCoverage() - Static method in class JxnVectorAlgebra
peak(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Determines the peak energy from a power curve p.
phasor(IKmg3DProjection) - Method in class JxnVectorAlgebra
phasor(JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
Returns a phasor representation of z.
phasor(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
Returns a phasor representation of z1.
phi(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the argument (phase angle) of z.
phi(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns the argument (phase angle) of each element of the internal array of z.
phi(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the angle between v1 and v2.
phiD(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the argument (phase angle) of z in degrees.
phiD(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns the argument (phase angle) in degrees of each element of the internal array of z.
phiD(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the angle between v1 and v2 in degrees.
plot(double[]) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[]) - Static method in class JxnUtilities
Creates a new JxnRealArrayPlotFrame and visualizes the values of y as a curve:
  xi = i, yi = y[i], i = 0 ... y.length - 1.
plot(double[], double[]) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[]) - Static method in class JxnUtilities
Creates a new JxnRealArrayPlotFrame and visualizes the values of x and y as a curve:
  xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1.
plot(double[], double[], double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], double) - Static method in class JxnUtilities
See plot.
plot(double[], double[], double[]) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], double[]) - Static method in class JxnUtilities
plots 2 curves: y1(x): red, y2(x): blue.
plot(double[], double[], double[], double[]) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], double[], double[]) - Static method in class JxnUtilities
plots 3 curves: y1(x): red, y2(x): blue, y3(x): green.
plot(double[], double[], int) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], Color) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, float) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], Color, float) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, int) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], Color, int) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, int, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], Color, int, double) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, int, float, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], Color, int, float, double) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, int, float, int) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, int, int) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, Stroke, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], double[], Color, Stroke, double) - Static method in class JxnUtilities
See plot.
plot(double[], double[], Color, Stroke, int) - Static method in class JxnUtilities
See plot.
plot(double[], Color, int) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(double[], Color, int) - Static method in class JxnUtilities
See plot.
plot(IKmg3DProjection) - Method in class JxnPerspectivePlotFrame
Called internally...
plot(IKmg3DProjection) - Static method in class JxnUtilities
Creates a JxnPerspectivePlotFrame for the three-dimensional display of vectors and curves.
plot(IKmg3DProjection, double) - Method in class JxnPerspectivePlotFrame
Called internally...
plot(IKmg3DProjection, double) - Static method in class JxnUtilities
Creates a JxnPerspectivePlotFrame for the three-dimensional display of vectors and curves.
plot(JxnAbstractPainter) - Static method in class JxnAbstractPainter
Creates a PlotFrame to display ap.
plot(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
See plot.
plot(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
See plot.
plot(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
See plot.
plot(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
Creates a new JxnComplexPlotFrame and visualizes z as a phasor (arrow).
plot(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
See plot.
plot(JxnComplexAlgebra, JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
See plot.
plot(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
See plot.
plot(JxnComplexAlgebra, JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
Creates a new JxnComplexPlotFrame and visualizes z1 as a phasor (arrow).
plot(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Creates a new JxnRealArrayPlotFrame and visualizes the values of ry as a curve:
  xi = i, yi = ry.value[i], i = 0 ... y.length - 1.
plot(JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( ry ).setYBounds( ymin, ymax ).
plot(JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, Color, int) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Creates a new JxnRealArrayPlotFrame and visualizes the values of rx and ry as a curve:
  xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( rx, ry ).setYBounds( ymin, ymax ).
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, float) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, float) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, double) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float, double) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float, int) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, int) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke, double) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke, double) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke, int) - Static method in class JxnRealArrayAlgebra
See plot.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
plot 2 curves: ry1: red, ry2: blue.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( rx, ry1, ry2 ).setYBounds( ymin, ymax ).
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( p3d ).add( rx, ry, rz ).
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
plot 3 curves: ry1: red, ry2: blue, ry3: green.
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
Called internally...
plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use plot( rx, ry1, ry2, ry3 ).setYBounds( ymin, ymax ).
plot(KmgXYPainter) - Static method in class JxnUtilities
Deprecated.
...
plot90(JxnAbstractPainter) - Static method in class JxnAbstractPainter
TODO: wozu?
plot90(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
See plot90.
plot90(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
See plot90.
plot90(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
See plot90.
plot90(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
See plot.
plot90(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
See plot90.
plot90(JxnComplexAlgebra, JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
See plot90.
plot90(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
See plot90.
plot90(JxnComplexAlgebra, JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
Called internally...
plot90(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
See plot.
plot90(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
Called internally...
pow(double) - Method in class JxnComplexAlgebra
Replaces this by its power of d.
pow(double) - Method in class JxnComplexArrayAlgebra
Replaces this by its power of d.
pow(double) - Method in class JxnRealArrayAlgebra
Replaces this by its power of exponent.
pow(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns d to the power of exponent.
pow(int) - Method in class BigIntegerAlgebra
Returns the power of exponent of this.
pow(int) - Method in class MyFractionAlgebra
Replaces this by its power of exponent.
pow(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
Replaces this by its power of exponent.
pow(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns z to the power of e.
pow(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
Returns this by its power of ra.
pow(JxnRealArrayAlgebra) - Method in class JxnComplexArrayAlgebra
Replaces this by its power of ra.
pow(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Replaces this by its power of exponent.
power(int, int) - Method in class MyFractionAlgebra
power.
pqRoot(double, double) - Static method in class JxnUtilities
Returns solution of   x^2 + p x + q = 0.
prd(JxnComplexAlgebra, double) - Static method in class JxnComplexAlgebra
Returns the product z * d.
prd(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the product z1 * z2.
print(PrintStream, String[]) - Static method in class JxnUtilities
Writes lines line by line to ps.
prod(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
Returns the scalar produkt v1 · v2.

Q

quadsum(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the sum of the squares of all elements of the internal array of ra.
quot(JxnComplexAlgebra, double) - Static method in class JxnComplexAlgebra
Returns the quotient z / d.
quot(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the quotient z1 / z2.

R

random(int) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra with n random numbers from Math.random().
random(int, long) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra with n random numbers from rnd.nextDouble() with rnd = new Random(seed).
random(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns JxnRealArrayAlgebra.random(int n) with n = ra.size().
random(JxnRealArrayAlgebra, long) - Static method in class JxnRealArrayAlgebra
range() - Method in class JxnRealArrayAlgebra
Calls JxnRealArrayAlgebra.range(int, int) reusing iStart and iEnd from the most recent call.
range(double) - Method in class JxnRealArrayAlgebra
Calls JxnRealArrayAlgebra.range(int) with start rounded to int.
range(double, double) - Method in class JxnRealArrayAlgebra
Calls JxnRealArrayAlgebra.range(int, int) with start and end rounded to int.
range(int) - Method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing length(ra)-iStart values starting from index iStart.
range(int, int) - Method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing iEnd-iStart values starting from index iStart to index iEnd (excluding).
range(String) - Method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the values of this starting from start given as date time string.
range(String, String) - Method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the values of this starting from start to end given as date time string.
range(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Deprecated.
No more supported. Calls JxnRealArrayAlgebra.range(int, int) reusing iStart and iEnd from ra.
re - Variable in class JxnComplexAlgebra
Real part.
re - Variable in class JxnComplexArrayAlgebra
Internal storage.
readLines(int) - Method in class JxnRealArrayTextFileDataSource
Reads the first n lines and returns them as a String array.
real(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the real part of z.
real(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns the real parts of z.
reduce() - Method in class MyFractionAlgebra
Reduces the fraction: devides numerator and denominator by their greatest common divisor.
remainder(double) - Method in class JxnRealArrayAlgebra
Replaces this by this % d.
remainder(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns d % ra.
remainder(BigInteger) - Method in class BigIntegerAlgebra
Returns the remainder of this divided by opnd.
remainder(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Replaces this by this % ra.
remove(String) - Method in class KmgFormelInterpreter
Removes variable varName.
repaintAll() - Static method in class KmgFormelPlotFrame
Called internally...
repaintCanvas() - Method in class KmgFormelPlotFrame
Repaints the graphic display (called internally).
repeat(String, int) - Static method in class JxnUtilities
Returns a String which contains text repeated n times.
repeat(String, int) - Static method in class KmgStaticUtilities
Returns a String which contains text repeated n times.
repeat(KmgFormelInterpreter, String, int, String) - Static method in class JxnLoop
Executes cmd for values var = 0 ... n-1.
repeat(KmgFormelInterpreter, String, String) - Static method in class JxnLoop
Executes  cmd while  whileCondition is  true or not  0 or not  null or a char from  1TtYy .
replaceNotInString(String, String, String) - Static method in class KmgStaticUtilities
Replaces all occurrences of old in text outside "..." or '.' by replacement.
rescale() - Method in class KmgFormelPlotFrame
(Re)scales the display to the optimal bounds.
reset() - Method in class JxnUnitTest
Resets the test counters of this instance.
reset() - Method in class JxnUnitTestFailureExpected
 
reset() - Method in class KmgStringTokenizer
Resets the internal parse position (The delimiter set remains the same).
resetAll() - Static method in class JxnUnitTest
Resets all static test counters.
resetAll() - Static method in class JxnUnitTestFailureExpected
Resets all static test counters.
reverse(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra in reversed order.
right(int, int) - Static method in class JxnUtilities
Represents the Java bit shift operator (for int).
right(long, int) - Static method in class JxnUtilities
Represents the Java bit shift operator (for long).
right0(int, int) - Static method in class JxnUtilities
Represents the Java bit shift operator (for int).
right0(long, int) - Static method in class JxnUtilities
Represents the Java bit shift operator (for long).
rint(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.rint(double) for each element of the internal array of ra.
rotate(double, double, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by rotations defined by phiX, phiY and phiZ (in this sequence).
rotate(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a rotation around the axis v(t) = v0 + v1 * t; t = -oo, +oo with angle alpha
rotateD(double, double, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by rotations defined by phiX, phiY and phiZ (parameters in degrees).
rotateD(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a rotation around the axis v(t) = v0 + v1 * t; t = -oo, +oo with angle alpha in degrees.
rotateIt(double, double, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending rotations defined by phiX, phiY and phiZ (in this sequence).
rotateIt(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending a rotation around the axis v(t) = v0 + v1 * t; t = -oo, +oo with angle alpha
rotateItD(double, double, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending rotations defined by phiX, phiY and phiZ (parameters in degrees).
rotateItD(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending a rotation around the axis v(t) = v0 + v1 * t; t = -oo, +oo with angle alpha in degrees.
rotD(double, double, double) - Method in class JxnVectorTransformation
round(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Commercial rounding of each element of the internal array of ra.
round_half_away_from_zero(double) - Static method in class JxnUtilities
Returns result of commercial rounding of x.

S

sample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
Returns a new instance containing the samples.
scalb(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
Calls  Math.scalb(double, int) for each element of the internal array of ra.
scale(double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a scaling of all components by f .
scale(double, double, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a scaling defined by fx, fy and fz .
scale(JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
Returns the resulting transformation for this transformation (not changed) followed by a scaling defined by the fixed point v0 and the scale factor f .
scaleIt(double) - Method in class JxnVectorTransformation
Modifies this transformation by appending a scaling of all components by f .
scaleIt(double, double, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending a scaling defined by fx, fy and fz .
scaleIt(JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
Modifies this transformation by appending a scaling defined by the fixed point v0 and the scale factor f .
set(boolean[], int, boolean) - Static method in class JxnUtilities
set(byte[], int, byte) - Static method in class JxnUtilities
Shortcut for java.lang.reflect.Array.setByte( Object array, int i, byte value ).
set(char[], int, char) - Static method in class JxnUtilities
Shortcut for java.lang.reflect.Array.setChar( Object array, int i, char value ).
set(double[], int, double) - Static method in class JxnUtilities
set(float[], int, float) - Static method in class JxnUtilities
set(int[], int, int) - Static method in class JxnUtilities
Shortcut for java.lang.reflect.Array.setInt( Object array, int i, int value ).
set(int, double) - Method in class JxnRealArrayAlgebra
Replaces the i-th value of this JxnRealArrayAlgebra by vi.
set(int, double) - Method in class JxnVectorAlgebra
Replaces the i-th component of this JxnVectorAlgebra by vi.
set(long[], int, long) - Static method in class JxnUtilities
Shortcut for java.lang.reflect.Array.setLong( Object array, int i, long value ).
set(short[], int, short) - Static method in class JxnUtilities
set(Object[], int, Object) - Static method in class JxnUtilities
Sets the value of the i-th component of array to the specified new value.
set(Object, String, boolean) - Static method in class JxnUtilities
Sets a boolean field of an object or a class.
set(Object, String, byte) - Static method in class JxnUtilities
Sets a byte field of an object or a class.
set(Object, String, char) - Static method in class JxnUtilities
Sets a char field of an object or a class.
set(Object, String, double) - Static method in class JxnUtilities
Sets a double field of an object or a class.
set(Object, String, float) - Static method in class JxnUtilities
Sets a float field of an object or a class.
set(Object, String, int) - Static method in class JxnUtilities
Sets a int field of an object or a class.
set(Object, String, long) - Static method in class JxnUtilities
Sets a long field of an object or a class.
set(Object, String, short) - Static method in class JxnUtilities
Sets a short field of an object or a class.
set(Object, String, Object) - Static method in class JxnUtilities
Sets a public field specified by fieldName of an object or a class to the given value.
set(JxnRealArrayAlgebra, int, double) - Static method in class JxnRealArrayAlgebra
Returns a copy of ra, with the i-th value replaced by vi.
set(JxnVectorAlgebra, int, double) - Static method in class JxnVectorAlgebra
Returns a copy of ra, with the i-th component replaced by vi.
setAbort(boolean) - Method in class KmgFormelInterpreter
Controls if to abort after an Exception (default).
setAnchor(int) - Method in class JxnTextPainter
setArityLenience(int) - Method in class JxnFunction
Determines what to do if the number of arguments does not match the number of parameters.
setArrayReturnOldValue(boolean) - Static method in class JxnUtilities
Controls if the set array methods return the old (overwriten) array value.
setAuto(boolean) - Method in class KmgFormelPlotFrame
setAuto(boolean, boolean) - Method in class KmgFormelPlotFrame
setAutoScale(int) - Method in class KmgFormelPlotFrame
Controls automatic scaling.
setBackground() - Method in class JxnTextPainter
Shows text without background.
setBackground(Color) - Method in class JxnTextPainter
Changes the background color of the text (default is white) for this instance.
Example:
setCanvasSize(int, int) - Method in class KmgFormelPlotFrame
Sets the canvas size of the PlotFrame.
setColor(Color) - Method in class JxnAbstractPainter
Sets the color for this object.
setCursorTextEnabled(boolean) - Method in class KmgFormelPlotFrame
Controls the cursor display.
setD90(boolean) - Method in class JxnComplexPlotFrame
Sets the orientation of the coordinate system.
setDateTimeFormat(String) - Method in class JxnRealArrayTextFileDataSource
Abbreviation of setDateTimeFormat( @SimpleDateFormat( defaultDateTimeFormatPattern ) )
setDateTimeFormat(DateFormat) - Method in class JxnRealArrayTextFileDataSource
Sets the default format for parsing date time values.
setDateTimeValue(boolean) - Method in class JxnRealArrayAlgebra
Indicates that this instance represents date time values.
setDebug(boolean) - Method in class KmgFormelInterpreter
Controls if to abort after an Exception (default).
setDebug(int) - Method in class JxnFunction
Sets the debug level for this jxn function (Shortcut for JxnFunction.setShowInternalResults(boolean) and JxnFunction.setShowConditional(boolean)).
setDebug(int) - Method in class KmgFormelInterpreter
Sets the debug level.
setDecimalFormat(String) - Method in class JxnRealArrayTextFileDataSource
Abbreviation of setDecimalFormat( @DecimalFormat( defaultDecimalFormatPattern ) )
setDecimalFormat(DecimalFormat) - Method in class JxnRealArrayTextFileDataSource
Sets default format for parsing decimal values.
setDelimiters(String, String) - Method in class JxnRealArrayTextFileDataSource
Changes the delimiters to the given values ("" ignores the delimiter, null does not change the delimiter).
setDelimiters(String, String) - Method in class KmgStringTokenizer
Sets the delimiters to the given values (The parse position remains the same, "" ignores the delimiter, null does not change the delimiter).
setDoubleEps(double) - Method in class JxnUnitTest
Sets tolerance JxnUnitTest.itsDoubleEps for double value comparison.
setEps(double) - Method in class JxnUnitTest
Sets tolerance JxnUnitTest.itsDoubleEps for double value comparison.
setEqualityTolerance(double) - Static method in class JxnComplexAlgebra
Sets the tolerance for the equals method for all instances of this class.
setEqualityTolerance(double) - Static method in class JxnRealArrayAlgebra
Sets tolerance for the equals method for all instances of this class.
setEqualityTolerance(double) - Static method in class JxnVectorAlgebra
Sets the tolerance for the equals method for all instances of this class.
setExact(boolean) - Method in class MyFractionAlgebra
Declares that this fraction instance is considered exact.
setFailIgnore(String) - Method in class JxnUnitTest
Sets the String returned for ignored tests which fail.
setFailString(String) - Method in class JxnUnitTest
Sets the String returned for failed tests.
setFailureExpected(boolean) - Method in class JxnUnitTestFailureExpected
Sets failure expected (Initially itsFailureExpected is set true and normally not changed).
setFloatEps(float) - Method in class JxnUnitTest
Sets tolerance JxnUnitTest.itsFloatEps for float value comparison.
setFont(Font) - Method in class JxnTextPainter
Changes the text font.
setFontAll(Font) - Static method in class KmgFormelPlotFrame
Sets the Font of all PlotFrames.
setFontDefault(Font) - Static method in class KmgFormelPlotFrame
Sets the Font for new PlotFrames.
setFontSize(int) - Method in class KmgFormelPlotFrame
Sets the Font of the PlotFrame.
setHeadline(String) - Method in class KmgFormelPlotFrame
Adds a headline to the graphic display.
setHexStringSeparator(String) - Static method in class JxnUtilities
Sets the group separator for hexString.
setHideTypeOutput(int) - Static method in class KmgFormelInterpreter
Controls output of type info in the result output.
setIgnore(boolean) - Method in class JxnUnitTest
Tests between ut.setIgnore(true) and ut.setIgnore(false) are excluded from the failure counters.
setIgnoreBounds() - Method in class JxnAbstractPainter
Do not consider this graphical object for scaling.
setIgnoreBounds(boolean) - Method in class JxnAbstractPainter
Determines if to consider this graphical object for scaling.
setIgnoreSurplus(boolean) - Static method in class JxnRealArrayAlgebra
Controls if to ignore surplus elements of the longer internal array for methods which expect two instances with equal length internal arrays.
setLabelOffset(int) - Method in class JxnRealArrayTextFileDataSource
Sets corrective offset for labels not in sync with data columns.
setLimiter(boolean) - Static method in class JxnRealArrayCurve
Controls if to exclude outliers from automatic scaling.
setLineWidth(float) - Method in class JxnAbstractPainter
Sets the line width (if appropriate) for this object.
setLineWidthDefault(float) - Static method in class JxnAbstractPainter
Sets the default line width.
setLineWidthDefault(float) - Static method in class KmgFormelPlotFrame
Sets the default line width of all PlotFrames.
setName(String) - Method in class JxnRealArrayAlgebra
Sets a name for this instance (status experimental).
setNamedResultEnabled(boolean) - Static method in class JxnRealArrayAlgebra
Enables the use of name for JxnRealArrayAlgebra instances (status experimental).
setNDec(int) - Static method in class JxnComplexAlgebra
Set default decimals for JxnComplexAlgebra.toString().
setOkIgnore(String) - Method in class JxnUnitTest
Sets the String returned for ignored tests which pass.
setOkString(String) - Method in class JxnUnitTest
Sets the String returned for passed tests.
setPlotFrameTitle(String) - Method in class KmgFormelPlotFrame
Sets the title for this PlotFrame.
setShift(double, double) - Method in class JxnTextPainter
Shifts the text position.
setShift(int) - Method in class JxnTextPainter
Shifts the text position using constants from class KmgGraphicsScaler.
setShowConditional(boolean) - Method in class JxnFunction
Controls if to show conditional commands during function execution (for debug).
setShowHashCode(boolean) - Static method in class JxnUnitTest
Sets show hash code in messages.
setShowInternalResults(boolean) - Method in class JxnFunction
Controls if to show internal results during function execution (for debug).
setSize(int) - Static method in class JxnRealArrayCurve
Changes the default size for curve symbols.
setSize(int) - Static method in class JxnSymbolPainter
Changes the default size for symbols.
setSizeAll(int, int) - Static method in class KmgFormelPlotFrame
Sets the canvas size of all PlotFrames.
setSizeDefault(int, int) - Static method in class KmgFormelPlotFrame
Sets the canvas size for new PlotFrames.
setSkipHeadLines(int) - Method in class JxnRealArrayTextFileDataSource
Sets the number of headlines to be skipped.
setSpace(double) - Method in class JxnTextPainter
Sets additional space.
setSpace(int) - Method in class JxnTextPainter
Sets additional space.
setStaticShowConditional(boolean) - Static method in class KmgFormelInterpreter
Sets show conditional uniformly for all jxn files.
setStroke(Stroke) - Method in class JxnAbstractPainter
Sets the Stroke (if appropriate) for this object.
setTimeFormat(boolean) - Method in class JxnRealArrayAlgebra
setValue(double, int) - Method in class JxnRealArrayAlgebra
Deprecated.
replaced by setValue( i, vi ).
setValue(int, double) - Method in class JxnRealArrayAlgebra
Replaces the i-th value of this JxnRealArrayAlgebra by vi.
setValue(int, double) - Method in class JxnVectorAlgebra
Replaces the i-th component of this JxnVectorAlgebra by vi.
setValue(JxnRealArrayAlgebra, double, int) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use set( ra, i, vi ).
setVerbose(boolean) - Static method in class JxnUnitTest
Sets degree of detail in messages.
setVerboseLevel(int) - Static method in class JxnParameterCheck
setVersion(int) - Static method in class KmgFormelInterpreter
Deprecated.
Currently not used.
setXBounds(double, double) - Method in class KmgFormelPlotFrame
Manually set the horizontal bounds to the given values (the vertical bounds are not changed).
setXYBounds(double, double, double, double) - Method in class KmgFormelPlotFrame
Manually set the bounds to the given values.
setXYLabels(String, String) - Method in class KmgFormelPlotFrame
Sets labels for x- and y-axis.
setYBounds(double, double) - Method in class KmgFormelPlotFrame
Manually set the vertical bounds to the given values (the horizontal bounds are not changed).
shift(int) - Method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the values of this circularly shifted by k.
shift(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the values of this shifted by k filling with 0..
shift(JxnRealArrayAlgebra, int, double) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the values of this shifted by k filling with d.
showClass(Object) - Static method in class JxnUtilities
Deprecated.
Use #edit formatClass(o) or Menu: View > Class...
showMethods(Object) - Static method in class JxnUtilities
Deprecated.
Use #edit formatMethods(o) or Menu: View > Methods...
showMethods(Object, String) - Static method in class JxnUtilities
Deprecated.
Use #edit formatMethods( o, name ) or Menu: View > Methods...
sign(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the sign of each element of the internal array of ra.
signum(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.signum(double) for each element of the internal array of ra.
sin(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the sine of z.
sin(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.sin(JxnComplexAlgebra) for each element of the internal array of z.
sin(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.sin(double) for each element of the internal array of ra.
sinD(double) - Static method in class JxnUtilities
Calls Math.sin(double) after converting argument a from degrees to radians.
sinD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.sin(double) for each element of the internal array of ra after converting the argument from degrees to radians.
sinh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the hyperbolic sine of z.
sinh(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.sinh(JxnComplexAlgebra) for each element of the internal array of z.
sinh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.sinh(double) for each element of the internal array of ra.
size() - Method in class JxnComplexArrayAlgebra
Returns the length of the internal arrays.
size() - Method in class JxnRealArrayAlgebra
Returns the length of the internal array.
size() - Method in class KmgDoublePolygon
Returns the number of points of the polygon.
sleep(int) - Static method in class KmgStaticUtilities
smoothExp(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns the result y of an exponential smoothing of x.
sort(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns a new JxnRealArrayAlgebra containing the elements of the internal array of ra sorted in ascending order.
sortIndex(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns an array of the indices of the values of ra in ascending order.
split() - Method in class KmgStringTokenizer
Returns an array containing all (remaining) tokens.
split(int) - Method in class KmgStringTokenizer
Returns an array containing n (remaining) tokens.
split(String, String) - Static method in class JxnUtilities
Splits text into parts delimited by the delimiter string delimString.
sqrt(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the square root of z.
sqrt(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.sqrt(JxnComplexAlgebra) for each element of the internal array of z.
sqrt(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.sqrt(double) for each element of the internal array of ra.
sqrt1z(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns   sqrt( 1 - z * z ).
squeeze(String) - Static method in class JxnUtilities
Removes blanks from text.
squeeze(String) - Static method in class KmgStaticUtilities
Removes blanks from text.
squeeze(String, char) - Static method in class JxnUtilities
Removes all occurrences of chRemove from text.
squeeze(String, char) - Static method in class KmgStaticUtilities
Removes all occurrences of chRemove from text.
squeeze(String, String) - Static method in class JxnUtilities
Removes all occurrences of the characters contained in removeChars from text.
squeeze(String, String) - Static method in class KmgStaticUtilities
Removes all occurrences of the characters contained in removeChars from text.
sterndreieck(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Deprecated.
Use wye_delta_Z23. Umwandlung Stern -> Dreieck: Berechnet Z23( Z1, Z2, Z3 ).
stringArray(String) - Static method in class JxnUtilities
Deprecated.
In JXN prefer { "abc", "xyz" }.
stringArray(String, String) - Static method in class JxnUtilities
Returns array of tokens from StringTokenizer.nextToken().
sub(double) - Method in class JxnComplexAlgebra
Subtracts d from this.
sub(double) - Method in class JxnComplexArrayAlgebra
Subtracts d from this.
sub(double) - Method in class JxnRealArrayAlgebra
Subtracts d from this.
sub(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Returns d - caa.
sub(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns d - ra.
sub(BigInteger) - Method in class BigIntegerAlgebra
Subtracts opnd from this.
sub(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
Subtracts z from this.
sub(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
Subtracts cx from this.
sub(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
Subtracts cx from this.
sub(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
Returns ca subtracted from this.
sub(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
Subtracts z from this.
sub(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
Returns ra subtracted from this.
sub(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
Subtracts ra from this.
sub(JxnVectorAlgebra) - Method in class JxnVectorAlgebra
Subtracts opnd from this vector.
sum(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the sum z1 + z2.
sum(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the sum z1 + z2 + z3.
summary() - Method in class JxnUnitTest
Returns summary as String.
summary() - Method in class JxnUnitTestFailureExpected
 
summary(boolean) - Method in class JxnUnitTest
Returns summary as String and resets test counters of this instance, if doReset is true.
summaryAll() - Static method in class JxnUnitTest
Returns summary of all tests as String.
summaryAll() - Static method in class JxnUnitTestFailureExpected
Returns summary of all tests as String.
summaryAll(boolean) - Static method in class JxnUnitTest
Returns summary of all tests as String and resets all static test counters, if doReset is true.
summaryAll(boolean) - Static method in class JxnUnitTestFailureExpected
Returns summary of all tests as String and if doReset is true, resets all test counters.
summe(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns total( ra ).
sw(boolean, double, double) - Static method in class JxnUtilities
Returns yTrue, if  b is true else yFalse.
sw(boolean, int, int) - Static method in class JxnUtilities
Returns yTrue, if  b is true else yFalse.
sw(boolean, long, long) - Static method in class JxnUtilities
Returns yTrue, if  b is true else yFalse.
sw(boolean, Object, Object) - Static method in class JxnUtilities
Returns oTrue, if  b is true else oFalse.
sw(double, double, double) - Static method in class JxnUtilities
Returns yLT, if  x < 0. else yGE.
sw(double, double, double, double) - Static method in class JxnUtilities
Returns yLT, if  x < 0. else yGT, if  x > 0. else yEQ.
sw(double, double, double, double, double) - Static method in class JxnUtilities
Returns yLower, if  x < -eps else yUpper, if  x > eps else yInner.
sw(double, double, double, double, double, double) - Static method in class JxnUtilities
Returns yLower, if  x < xLower else yUpper, if  x > xUpper else yInner.
sw(double, double, double, Object, Object, Object) - Static method in class JxnUtilities
Returns oLower, if  x < xLower else oUpper, if  x > xUpper else oInner.
sw(double, double, Object, Object, Object) - Static method in class JxnUtilities
Returns oLower, if  x < -eps else oUpper, if  x > eps else oInner.
sw(double, int, int) - Static method in class JxnUtilities
Returns yLT, if  x < 0. else yGE.
sw(double, int, int, int) - Static method in class JxnUtilities
Returns yLT, if  x < 0. else yGT, if  x > 0. else yEQ.
sw(double, long, long) - Static method in class JxnUtilities
Returns yLT, if  x < 0. else yGE.
sw(double, long, long, long) - Static method in class JxnUtilities
Returns yLT, if  x < 0. else yGT, if  x > 0. else yEQ.
sw(double, Object[]) - Static method in class JxnUtilities
Returns oa[round(x)] with array index limitted to 0 <= index < oa.length.
sw(double, Object, Object) - Static method in class JxnUtilities
Returns oLT, if  x < 0 else oGE.
sw(double, Object, Object, Object) - Static method in class JxnUtilities
Returns oLT, if  x < 0 else oGT, if  x > 0 else oEQ.
sw(int, double) - Static method in class JxnUtilities
Returns 1 if  ivar-0.5 <= slider_switch < ivar+0.5 else 0.
sw(String, String) - Method in class KmgFormelInterpreter
Executes  thenCmd  if  condition  is  true or not  0 or not  null or a char from  1TtYy.
sw(String, String, String) - Method in class KmgFormelInterpreter
Executes  thenCmd  if  condition  is  true or not  0 or not  null or a char from  1TtYy else  elseCmd.
sw(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
sw(JxnRealArrayAlgebra, double, double, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns values of yLower, yInner or yUpper depending on the value of x.
sw(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns values of yLT or yGE depending on the value of x.
sw(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
Returns values of yLT, yEQ or yGT depending on the value of x.

T

tan(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the tangent of z.
tan(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.tan(JxnComplexAlgebra) for each element of the internal array of z.
tan(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.tan(double) for each element of the internal array of ra.
tanD(double) - Static method in class JxnUtilities
Calls Math.tan(double) after converting argument a from degrees to radians.
tanD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.tan(double) for each element of the internal array of ra after converting the argument from degrees to radians.
tanh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
Returns the hyperbolic tangent of z.
tanh(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
Calls  JxnComplexAlgebra.tanh(JxnComplexAlgebra) for each element of the internal array of z.
tanh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Calls  Math.tanh(double) for each element of the internal array of ra.
test(double) - Method in class JxnD
test(double) - Method in class JxnF
interface DoublePredicate is incompatible with Predicate ⇒ class JxnD implements DoublePredicate.
test(int) - Method in class JxnF
interface IntPredicate is incompatible with Predicate ⇒ class JxnI implements IntPredicate.
test(int) - Method in class JxnI
test(long) - Method in class JxnF
interface LongPredicate is incompatible with Predicate ⇒ class JxnL implements LongPredicate.
test(long) - Method in class JxnL
test(Object) - Method in class JxnF
test(Object, Object) - Method in class JxnF2
Implements BiPredicate.
test(String) - Method in class KmgFormelInterpreter
Executes command cmd (used for JxnUnitTest).
test(Enumeration) - Static method in class KmgStringTokenizer
Returns an array containing the String representation of the elements of st.
testArrayObject(Object) - Static method in class JxnParameterCheck
Tests if the argument ao matches an array object parameter.
testBoolean(boolean) - Static method in class JxnParameterCheck
Tests if the argument value matches a boolean parameter.
testBoolean(boolean, boolean) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testBooleanArray(boolean[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a boolean[] parameter.
testBooleanWrapper(Boolean) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Boolean parameter.
testByte(byte) - Static method in class JxnParameterCheck
Tests if the argument value matches a byte parameter.
testByte(byte, byte) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testByteArray(byte[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a byte[] parameter.
testByteWrapper(Byte) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Byte parameter.
testChar(char) - Static method in class JxnParameterCheck
Tests if the argument value matches a char parameter.
testChar(char, char) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testCharArray(char[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a char[] parameter.
testCharWrapper(Character) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Character parameter.
testDouble(double) - Static method in class JxnParameterCheck
Tests if the argument value matches a double parameter.
testDouble(double, double) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testDoubleArray(double[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a double[] parameter.
testDoubleWrapper(Double) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Double parameter.
testFloat(float) - Static method in class JxnParameterCheck
Tests if the argument value matches a float parameter.
testFloat(float, float) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testFloatArray(float[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a float[] parameter.
testFloatWrapper(Float) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Float parameter.
testInstance(Object) - Static method in class JxnParameterCheck
Tests if the argument value matches an Object parameter.
testInstance(Object[]) - Static method in class JxnParameterCheck
Tests if the argument value matches an Object [] parameter.
testInstance(String) - Static method in class JxnParameterCheck
Tests if the argument value matches a String parameter.
testInstance(String[]) - Static method in class JxnParameterCheck
Tests if the argument value matches a String [] parameter.
testInt(int) - Static method in class JxnParameterCheck
Tests if the argument value matches an int parameter.
testInt(int, int) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testIntArray(int[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a int[] parameter.
testIntWrapper(Integer) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Integer parameter.
testLong(long) - Static method in class JxnParameterCheck
Tests if the argument value matches a long parameter.
testLong(long, long) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testLongArray(long[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a long[] parameter.
testLongWrapper(Long) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Long parameter.
testNumber(Number) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Number parameter.
testNumerical(double) - Static method in class JxnParameterCheck
Tests if the argument value matches a numerical parameter (double or long).
testNumerical(long) - Static method in class JxnParameterCheck
Tests if the argument value matches a numerical parameter (double or long).
testObject(Object) - Static method in class JxnParameterCheck
Tests if the argument o matches a java.lang.Object parameter.
testObject(Object, Object) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testObjectArray(Object[]) - Static method in class JxnParameterCheck
Tests if the argument oa matches a java.lang.Object[] parameter.
testPrimitive(boolean) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(byte) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(char) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(double) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(float) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(int) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(long) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testPrimitive(short) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive parameter.
testShort(short) - Static method in class JxnParameterCheck
Tests if the argument value matches a short parameter.
testShort(short, short) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testShortArray(short[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a short[] parameter.
testShortWrapper(Short) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.Short parameter.
testString(String) - Static method in class JxnParameterCheck
Tests if the argument value matches a java.lang.String parameter.
testString(String, String) - Static method in class JxnParameterCheck
Tests if the arguments x and y match the given signature.
testStringArray(String[]) - Static method in class JxnParameterCheck
Tests if the argument arr matches a java.lang.String[] parameter.
testWrapper(Boolean) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Byte) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Character) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Double) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Float) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Integer) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Long) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testWrapper(Short) - Static method in class JxnParameterCheck
Tests if the argument value matches a java primitive wrapper parameter.
testXY(boolean, boolean) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(byte, byte) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(char, char) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(double, double) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(float, float) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(int, int) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(long, long) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(short, short) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(Object, Object) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
testXY(String, String) - Static method in class JxnParameterCheck
Tests which signature is called for the given arguments x and y.
toArray() - Method in class JxnComplexArrayAlgebra
Return this as an arry of JxnComplexAlgebra.
toArray() - Method in class JxnRealArrayAlgebra
Returns a copy of the internal array of this JxnRealArrayAlgebra.
toArray() - Method in class JxnVectorAlgebra
Returns an array containing the vector components of this vector object.
toArray(Object) - Static method in class JxnUtilities
toArray(Object) - Static method in class KmgStaticUtilities
toArray(Object, int) - Static method in class JxnUtilities
Check, if ao is an array or try to call ao.toArray().
toArray(Object, int) - Static method in class KmgStaticUtilities
Check, if arrayOrIterator is an array, implements a toArray() method or the Iterator interface.
toArrayList(Object[]) - Static method in class KmgStaticUtilities
Creates an ArrayList from oa.
toArrayList(Enumeration) - Static method in class KmgStaticUtilities
Creates an ArrayList from e .
toArrayList(Iterator) - Static method in class KmgStaticUtilities
Creates an ArrayList from iter.
toBoolean(boolean) - Static method in class JxnCast
Returns value (as boolean).
toBoolean(byte) - Static method in class JxnCast
Returns true, if value is not 0.
toBoolean(char) - Static method in class JxnCast
Returns true, if value is one of  '1' 'T' 't' 'Y' 'y'.
toBoolean(double) - Static method in class JxnCast
Returns true, if value is not 0.0.
toBoolean(float) - Static method in class JxnCast
Returns true, if value is not 0.0.
toBoolean(int) - Static method in class JxnCast
Returns true, if value is not 0.
toBoolean(long) - Static method in class JxnCast
Returns true, if value is not 0.
toBoolean(short) - Static method in class JxnCast
Returns true, if value is not 0.
toByte(boolean) - Static method in class JxnCast
Returns 1 if value == true, 0 else.
toByte(byte) - Static method in class JxnCast
Returns value (as byte).
toByte(char) - Static method in class JxnCast
Returns (byte)value.
toByte(double) - Static method in class JxnCast
Returns (byte)value.
toByte(float) - Static method in class JxnCast
Returns (byte)value.
toByte(int) - Static method in class JxnCast
Returns (byte)value.
toByte(long) - Static method in class JxnCast
Returns (byte)value.
toByte(short) - Static method in class JxnCast
Returns (byte)value.
toChar(boolean) - Static method in class JxnCast
Returns '1' if value == true, '0' else.
toChar(byte) - Static method in class JxnCast
Returns (char)value.
toChar(char) - Static method in class JxnCast
Returns value (as char).
toChar(double) - Static method in class JxnCast
Returns (char)value.
toChar(float) - Static method in class JxnCast
Returns (char)value.
toChar(int) - Static method in class JxnCast
Returns (char)value.
toChar(long) - Static method in class JxnCast
Returns (char)value.
toChar(short) - Static method in class JxnCast
Returns (char)value.
toDate(double) - Static method in class KmgDateTimeConverter
Returns java.util.Date for decimal seconds since 01-Jan-1970 00:00:00 UTC.
toDouble(boolean) - Static method in class JxnCast
Returns 1.0 if value == true, 0.0 else.
toDouble(byte) - Static method in class JxnCast
Returns value (as double).
toDouble(char) - Static method in class JxnCast
Returns value (as double).
toDouble(double) - Static method in class JxnCast
Returns value (as double).
toDouble(float) - Static method in class JxnCast
Returns value (as double).
toDouble(int) - Static method in class JxnCast
Returns value (as double).
toDouble(long) - Static method in class JxnCast
Returns value (as double).
toDouble(short) - Static method in class JxnCast
Returns value (as double).
toFloat(boolean) - Static method in class JxnCast
Returns 1.0f if value == true, 0.0f else.
toFloat(byte) - Static method in class JxnCast
Returns value (as float).
toFloat(char) - Static method in class JxnCast
Returns value (as float).
toFloat(double) - Static method in class JxnCast
Returns (float)value.
toFloat(float) - Static method in class JxnCast
Returns value (as float).
toFloat(int) - Static method in class JxnCast
Returns value (as float).
toFloat(long) - Static method in class JxnCast
Returns value (as float).
toFloat(short) - Static method in class JxnCast
Returns value (as float).
toInt(boolean) - Static method in class JxnCast
Returns 1 if value == true, 0 else.
toInt(byte) - Static method in class JxnCast
Returns value (as int).
toInt(char) - Static method in class JxnCast
Returns value (as int).
toInt(double) - Static method in class JxnCast
Returns (int)value.
toInt(float) - Static method in class JxnCast
Returns (int)value.
toInt(int) - Static method in class JxnCast
Returns value (as int).
toInt(long) - Static method in class JxnCast
Returns (int)value.
toInt(short) - Static method in class JxnCast
Returns value (as int).
toLong(boolean) - Static method in class JxnCast
Returns 1 if value == true, 0 else.
toLong(byte) - Static method in class JxnCast
Returns value (as long).
toLong(char) - Static method in class JxnCast
Returns value (as long).
toLong(double) - Static method in class JxnCast
Returns (long)value.
toLong(float) - Static method in class JxnCast
Returns (long)value.
toLong(int) - Static method in class JxnCast
Returns value (as long).
toLong(long) - Static method in class JxnCast
Returns value (as long).
toLong(short) - Static method in class JxnCast
Returns value (as long).
toPattern() - Method in class KmgDateTimeConverter
Returns a pattern string describing the internally stored DateFormat instance.
toPattern(DateFormat) - Static method in class KmgDateTimeConverter
Returns a pattern string describing df.
toRawString() - Method in class KmgFormelPlotFrame
Returns a string representation of this Frame.
toRawString(Object) - Static method in class JxnUtilities
Formats o to the string which would be returned by the toString() method, if the same had not been overwriten for the class of o.
toRawString(Object) - Static method in class KmgStaticUtilities
Formats o to the string which would be returned by the toString() method, if the same had not been overwriten for the class of o.
toShort(boolean) - Static method in class JxnCast
Returns 1 if value == true, 0 else.
toShort(byte) - Static method in class JxnCast
Returns value (as short).
toShort(char) - Static method in class JxnCast
Returns (short)value.
toShort(double) - Static method in class JxnCast
Returns (short)value.
toShort(float) - Static method in class JxnCast
Returns (short)value.
toShort(int) - Static method in class JxnCast
Returns (short)value.
toShort(long) - Static method in class JxnCast
Returns (short)value.
toShort(short) - Static method in class JxnCast
Returns value (as short).
toString() - Method in class JxnComplexAlgebra
Formats instance.
toString() - Method in class JxnComplexArrayAlgebra
 
toString() - Method in class JxnFunction
 
toString() - Method in class JxnRealArrayAlgebra
Formats instance.
toString() - Method in class JxnRealArrayTextFileDataSource
Returns a string representation of the object: filename, number of skipped headlines, delimiters.
toString() - Method in class JxnTextPainter
Returns text and position as String.
toString() - Method in class JxnVectorAlgebra
Returns a String representation of this vector object.
toString() - Method in class JxnVectorTransformation
 
toString() - Method in class KmgFormelPlotFrame
Returns a string representation of this PlotFrame.
toString() - Method in class MyFractionAlgebra
Returns a string representation of the fraction.
toString(boolean) - Static method in class JxnCast
Returns value as String.
toString(boolean) - Static method in class JxnObject
Formats  z  as String.
toString(byte) - Static method in class JxnCast
Returns value as String.
toString(byte) - Static method in class JxnObject
Formats  i  as String.
toString(char) - Static method in class JxnCast
Returns value as String.
toString(char) - Static method in class JxnObject
Formats  ch  as String.
toString(double) - Static method in class JxnCast
Returns value as String.
toString(double) - Static method in class JxnObject
Formats  x  as String.
toString(float) - Static method in class JxnCast
Returns value as String.
toString(float) - Static method in class JxnObject
Formats  x  as String.
toString(int) - Static method in class JxnCast
Returns value as String.
toString(int) - Method in class JxnComplexAlgebra
Formats instance with nDec decimals.
toString(int) - Static method in class JxnObject
Formats  i  as String.
toString(int, int) - Method in class JxnComplexAlgebra
Formats instance with nDec1 decimals and nDec2 decimals for the phase angle.
toString(long) - Static method in class JxnCast
Returns value as String.
toString(long) - Static method in class JxnObject
Formats  i  as String.
toString(short) - Static method in class JxnCast
Returns value as String.
toString(short) - Static method in class JxnObject
Formats  i  as String.
toString(Object) - Static method in class JxnObject
Formats  obj  as String.
toString(Object) - Static method in class JxnUnitTest
Formats o as String.
toString(Object) - Static method in class JxnUtilities
Formats o as String.
toString(Object) - Static method in class KmgStaticUtilities
Formats o as String.
toString(Object, boolean) - Static method in class JxnUnitTest
Formats o as String.
toString(Object, boolean) - Static method in class JxnUtilities
Formats o as String.
toString(Object, boolean) - Static method in class KmgStaticUtilities
Formats o as String.
toString(Object, int) - Static method in class JxnUtilities
Formats o as String.
toString(Object, int) - Static method in class KmgStaticUtilities
Formats o as String.
toString(Node) - Static method in class KmgXMLUtil
Formats nd.  Used to analyse a DOM.
toStringArray(Object) - Static method in class JxnUtilities
Formats o as a String array.
toStringArray(Object) - Static method in class KmgStaticUtilities
Formats o as a String array.
toStringArray(Object[]) - Static method in class JxnObject
Returns the element objects of  oa  as an array of String.
toTableRows(double[][]) - Static method in class JxnUtilities
Formats a set of column arrays as a String array of the rows using '\t' to separate the array elements of a row.
toTableRows(Object[]) - Static method in class JxnUtilities
Formats a set of column arrays as a String array of the rows using '\t' to separate the array elements of a row.
toTableRows(String, double[][]) - Static method in class JxnUtilities
Formats a set of column arrays as a String array of the rows using separator to separate the array elements of a row.
toTableRows(String, Object[]) - Static method in class JxnUtilities
Formats a set of column arrays as a String array of the rows using separator to separate the array elements of a row.
total(boolean[]) - Static method in class JxnUtilities
Returns the number of true values in array.
total(byte[]) - Static method in class JxnUtilities
Returns the int sum of the values of array.
total(double[]) - Static method in class JxnUtilities
Returns the sum of the values of array.
total(int[]) - Static method in class JxnUtilities
Returns the sum of the values of array.
total(long[]) - Static method in class JxnUtilities
Returns the sum of the values of array.
total(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns the sum of all elements of the internal array of ra.

U

u() - Method in class JxnUVGrid
Returns the u-values of the grid.
updateFail() - Method in class JxnUnitTest
Updates counters for failed tests.
updateFail() - Method in class JxnUnitTestFailureExpected
 
updateTest() - Method in class JxnUnitTest
Updates counters (for all tests).
updateTest() - Method in class JxnUnitTestFailureExpected
 
uValue - Variable in class JxnUVGrid
Internal storage.

V

v() - Method in class JxnUVGrid
Returns the v-values of the grid.
valid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
Returns an int array of the indices of values of ra with valid (neither NaN nor Infinitive) values.
value - Variable in class JxnRealArrayAlgebra
Internal storage.
valueAt(int) - Method in class JxnRealArrayAlgebra
Deprecated.
Use get(i).
valueAt(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
Deprecated.
Use getValue( ra, i ).
verboseLevel - Static variable in class JxnParameterCheck
vValue - Variable in class JxnUVGrid
Internal storage.

W

whatIs(boolean) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(byte) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(char) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(double) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(float) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(int) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(long) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(short) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Boolean) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Byte) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Character) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Double) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Float) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Integer) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Long) - Static method in class JxnParameterCheck
Returns the type of the argument value.
whatIs(Object) - Static method in class JxnParameterCheck
Returns the type of the argument obj.
whatIs(Object) - Static method in class JxnUtilities
Deprecated.
replaced by JxnParameterCheck.whatIs(Object). Returns description of o as String.
whatIs(Short) - Static method in class JxnParameterCheck
Returns the type of the argument value.
writePNG(String) - Method in class KmgFormelPlotFrame
Writes the graphic display to a png-file.
wye_delta_Z12(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
YΔ-transform: Z12 = Z1 + Z2 + Z1 * Z2 / Z3.
wye_delta_Z23(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
YΔ-transform: Z23 = Z2 + Z3 + Z2 * Z3 / Z1.
wye_delta_Z31(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
YΔ-transform: Z31 = Z3 + Z1 + Z3 * Z1 / Z2.

X

xData - Variable in class KmgDoublePolygon
Internal storage.

Y

yData - Variable in class KmgDoublePolygon
Internal storage.

_

__1_fileDialog() - Method in class JxnUtilities
 
__2_plot_and_curve() - Method in class JxnUtilities
 
__3_formatting_to_String() - Method in class JxnUtilities
 
__4_hex_formatting() - Method in class JxnUtilities
Adds to hex formatting and parsing methods.
__5_ClassExplorer() - Method in class JxnUtilities
 
__6_extensions_to_Math() - Method in class JxnUtilities
Collection of methods adding to java.lang.Math.
__7_setField() - Method in class JxnUtilities
Set public fields of an object or a class.
__8_array_operations() - Method in class JxnUtilities
 
__9_boolean_operators() - Method in class JxnUtilities
 
_10_bitwise_operators() - Method in class JxnUtilities
 
_11_relational_operators() - Method in class JxnUtilities
 
_12_formula_switching() - Method in class JxnUtilities
 
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 _