Class | Description |
---|---|
BinaryRealTypeMath |
Binary Ops of the
math namespace which operate on RealType s. |
BinaryRealTypeMath.Add<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the addition of the
real components of two input real numbers.
|
BinaryRealTypeMath.And<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the logical AND of the
real component of two input real numbers.
|
BinaryRealTypeMath.Divide<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the division of the
real component of two input real numbers.
|
BinaryRealTypeMath.Multiply<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the multiplication of
the real component of two input real numbers.
|
BinaryRealTypeMath.Or<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the logical OR of the
real component of two input real numbers.
|
BinaryRealTypeMath.Subtract<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the subtraction between
the real component of two input real numbers.
|
BinaryRealTypeMath.Xor<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> |
Sets the real component of an output real number to the logical XOR of the
real component of two input real numbers.
|
ConstantToArrayImage |
Wrapper class for binary math operations between constant values and
ArrayImg s. |
ConstantToArrayImage.AddByte | |
ConstantToArrayImage.AddDouble | |
ConstantToArrayImage.AddFloat | |
ConstantToArrayImage.AddInt | |
ConstantToArrayImage.AddLong | |
ConstantToArrayImage.AddShort | |
ConstantToArrayImage.AddUnsignedByte | |
ConstantToArrayImage.AddUnsignedInt | |
ConstantToArrayImage.AddUnsignedLong | |
ConstantToArrayImage.AddUnsignedShort | |
ConstantToArrayImage.DivideByte | |
ConstantToArrayImage.DivideDouble | |
ConstantToArrayImage.DivideFloat | |
ConstantToArrayImage.DivideInt | |
ConstantToArrayImage.DivideLong | |
ConstantToArrayImage.DivideShort | |
ConstantToArrayImage.DivideUnsignedByte | |
ConstantToArrayImage.DivideUnsignedInt | |
ConstantToArrayImage.DivideUnsignedLong | |
ConstantToArrayImage.DivideUnsignedShort | |
ConstantToArrayImage.MultiplyByte | |
ConstantToArrayImage.MultiplyDouble | |
ConstantToArrayImage.MultiplyFloat | |
ConstantToArrayImage.MultiplyInt | |
ConstantToArrayImage.MultiplyLong | |
ConstantToArrayImage.MultiplyShort | |
ConstantToArrayImage.MultiplyUnsignedByte | |
ConstantToArrayImage.MultiplyUnsignedInt | |
ConstantToArrayImage.MultiplyUnsignedLong | |
ConstantToArrayImage.MultiplyUnsignedShort | |
ConstantToArrayImage.SubtractByte | |
ConstantToArrayImage.SubtractDouble | |
ConstantToArrayImage.SubtractFloat | |
ConstantToArrayImage.SubtractInt | |
ConstantToArrayImage.SubtractLong | |
ConstantToArrayImage.SubtractShort | |
ConstantToArrayImage.SubtractUnsignedByte | |
ConstantToArrayImage.SubtractUnsignedInt | |
ConstantToArrayImage.SubtractUnsignedLong | |
ConstantToArrayImage.SubtractUnsignedShort | |
ConstantToArrayImageP |
Wrapper class for multi-threaded version of binary math operations between
constant values and
ArrayImg s. |
ConstantToArrayImageP.AddByte | |
ConstantToArrayImageP.AddDouble |
Multi-threaded version of optimized add constant for
ArrayImg s of
type DoubleType |
ConstantToArrayImageP.AddFloat | |
ConstantToArrayImageP.AddInt | |
ConstantToArrayImageP.AddLong | |
ConstantToArrayImageP.AddShort | |
ConstantToArrayImageP.AddUnsignedByte |
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedByteType |
ConstantToArrayImageP.AddUnsignedInt |
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedIntType |
ConstantToArrayImageP.AddUnsignedLong |
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedLongType |
ConstantToArrayImageP.AddUnsignedShort |
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedShortType |
ConstantToArrayImageP.DivideByte | |
ConstantToArrayImageP.DivideDouble |
Multi-threaded version of optimized divide constant from
ArrayImg s of
type DoubleType |
ConstantToArrayImageP.DivideFloat | |
ConstantToArrayImageP.DivideInt | |
ConstantToArrayImageP.DivideLong | |
ConstantToArrayImageP.DivideShort | |
ConstantToArrayImageP.DivideUnsignedByte |
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedByteType |
ConstantToArrayImageP.DivideUnsignedInt |
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedIntType |
ConstantToArrayImageP.DivideUnsignedLong |
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedLongType |
ConstantToArrayImageP.DivideUnsignedShort |
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedShortType |
ConstantToArrayImageP.MultiplyByte | |
ConstantToArrayImageP.MultiplyDouble |
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type DoubleType |
ConstantToArrayImageP.MultiplyFloat | |
ConstantToArrayImageP.MultiplyInt | |
ConstantToArrayImageP.MultiplyLong | |
ConstantToArrayImageP.MultiplyShort | |
ConstantToArrayImageP.MultiplyUnsignedByte |
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedByteType |
ConstantToArrayImageP.MultiplyUnsignedInt |
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedIntType |
ConstantToArrayImageP.MultiplyUnsignedLong |
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedLongType |
ConstantToArrayImageP.MultiplyUnsignedShort |
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedShortType |
ConstantToArrayImageP.SubtractByte | |
ConstantToArrayImageP.SubtractDouble |
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type DoubleType |
ConstantToArrayImageP.SubtractFloat | |
ConstantToArrayImageP.SubtractInt | |
ConstantToArrayImageP.SubtractLong | |
ConstantToArrayImageP.SubtractShort | |
ConstantToArrayImageP.SubtractUnsignedByte |
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedByteType |
ConstantToArrayImageP.SubtractUnsignedInt |
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedIntType |
ConstantToArrayImageP.SubtractUnsignedLong |
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedLongType |
ConstantToArrayImageP.SubtractUnsignedShort |
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedShortType |
ConstantToIIOutputII |
Wrapper class for functional binary math operations between constant values
and
IterableInterval s, and write the result
to IterableInterval s. |
ConstantToIIOutputII.Add<T extends NumericType<T>> | |
ConstantToIIOutputII.Divide<T extends NumericType<T>> | |
ConstantToIIOutputII.Multiply<T extends NumericType<T>> | |
ConstantToIIOutputII.Subtract<T extends NumericType<T>> | |
ConstantToIIOutputRAI |
Wrapper class for functional binary math operations between constant values
and
IterableInterval s, and write the result
to RandomAccessibleInterval s. |
ConstantToIIOutputRAI.Add<T extends NumericType<T>> | |
ConstantToIIOutputRAI.Divide<T extends NumericType<T>> | |
ConstantToIIOutputRAI.Multiply<T extends NumericType<T>> | |
ConstantToIIOutputRAI.Subtract<T extends NumericType<T>> | |
ConstantToPlanarImage |
Wrapper class for binary math operations between constant values and
PlanarImg s. |
ConstantToPlanarImage.AddByte | |
ConstantToPlanarImage.AddDouble | |
ConstantToPlanarImage.AddFloat | |
ConstantToPlanarImage.AddInt | |
ConstantToPlanarImage.AddLong | |
ConstantToPlanarImage.AddShort | |
ConstantToPlanarImage.AddUnsignedByte | |
ConstantToPlanarImage.AddUnsignedInt | |
ConstantToPlanarImage.AddUnsignedLong | |
ConstantToPlanarImage.AddUnsignedShort | |
ConstantToPlanarImage.DivideByte | |
ConstantToPlanarImage.DivideDouble | |
ConstantToPlanarImage.DivideFloat | |
ConstantToPlanarImage.DivideInt | |
ConstantToPlanarImage.DivideLong | |
ConstantToPlanarImage.DivideShort | |
ConstantToPlanarImage.DivideUnsignedByte | |
ConstantToPlanarImage.DivideUnsignedInt | |
ConstantToPlanarImage.DivideUnsignedLong | |
ConstantToPlanarImage.DivideUnsignedShort | |
ConstantToPlanarImage.MultiplyByte | |
ConstantToPlanarImage.MultiplyDouble | |
ConstantToPlanarImage.MultiplyFloat | |
ConstantToPlanarImage.MultiplyInt | |
ConstantToPlanarImage.MultiplyLong | |
ConstantToPlanarImage.MultiplyShort | |
ConstantToPlanarImage.MultiplyUnsignedByte | |
ConstantToPlanarImage.MultiplyUnsignedInt | |
ConstantToPlanarImage.MultiplyUnsignedLong | |
ConstantToPlanarImage.MultiplyUnsignedShort | |
ConstantToPlanarImage.SubtractByte | |
ConstantToPlanarImage.SubtractDouble | |
ConstantToPlanarImage.SubtractFloat | |
ConstantToPlanarImage.SubtractInt | |
ConstantToPlanarImage.SubtractLong | |
ConstantToPlanarImage.SubtractShort | |
ConstantToPlanarImage.SubtractUnsignedByte | |
ConstantToPlanarImage.SubtractUnsignedInt | |
ConstantToPlanarImage.SubtractUnsignedLong | |
ConstantToPlanarImage.SubtractUnsignedShort | |
IIToIIOutputII |
Wrapper class for binary math operations between
IterableInterval s
and write result to IterableInterval s. |
IIToIIOutputII.Add<T extends NumericType<T>> | |
IIToIIOutputII.Divide<T extends NumericType<T>> | |
IIToIIOutputII.Multiply<T extends NumericType<T>> | |
IIToIIOutputII.Subtract<T extends NumericType<T>> | |
IIToRAIOutputII |
Wrapper class for binary math operations between
IterableInterval s
and RandomAccessibleInterval s, and writes the result to
IterableInterval s. |
IIToRAIOutputII.Add<T extends NumericType<T>> | |
IIToRAIOutputII.Divide<T extends NumericType<T>> | |
IIToRAIOutputII.Multiply<T extends NumericType<T>> | |
IIToRAIOutputII.Subtract<T extends NumericType<T>> | |
MathNamespace |
The math namespace contains arithmetic operations.
|
NullaryNumericTypeMath |
Nullary Ops of the
math namespace which operate on
NumericType s. |
NullaryNumericTypeMath.Assign<T extends Type<T>> |
Sets the output to a constant.
|
NullaryNumericTypeMath.Zero<T extends NumericType<T>> |
Sets the output to zero.
|
NumericTypeBinaryMath |
Generated arithmetic ops with ImgLib2
NumericType s. |
NumericTypeBinaryMath.Add<T extends NumericType<T>> |
Op that adds (+) two NumericType values.
|
NumericTypeBinaryMath.Divide<T extends NumericType<T>> |
Op that divides (/) two NumericType values.
|
NumericTypeBinaryMath.Multiply<T extends NumericType<T>> |
Op that multiplies (*) two NumericType values.
|
NumericTypeBinaryMath.Subtract<T extends NumericType<T>> |
Op that subtracts (-) two NumericType values.
|
PrimitiveMath |
Generated arithmetic ops with primitive types.
|
PrimitiveMath.DoubleAbs |
Op that computes the absolute value of a double value.
|
PrimitiveMath.DoubleAdd |
Op that adds (+) two double values.
|
PrimitiveMath.DoubleArccos |
Op that computes the arccosine of a double value.
|
PrimitiveMath.DoubleArcsin |
Op that computes the arcsine of a double value.
|
PrimitiveMath.DoubleArctan |
Op that computes the arctangent of a double value.
|
PrimitiveMath.DoubleCeil |
Op that computes the ceiling of a double value.
|
PrimitiveMath.DoubleCos |
Op that computes the cosine of a double value.
|
PrimitiveMath.DoubleCosh |
Op that computes the hyperbolic cosine of a double value.
|
PrimitiveMath.DoubleCubeRoot |
Op that computes the cubic root of a double value.
|
PrimitiveMath.DoubleDivide |
Op that divides (/) two double values.
|
PrimitiveMath.DoubleExp |
Op that computes the natural exponent of a double value.
|
PrimitiveMath.DoubleFloor |
Op that computes the floor of a double value.
|
PrimitiveMath.DoubleLog |
Op that computes the natural logarithm of a double value.
|
PrimitiveMath.DoubleLog10 |
Op that computes the base 10 logarithm of a double value.
|
PrimitiveMath.DoubleLogOnePlusX |
Op that computes the natural logarithm of one plus a double value.
|
PrimitiveMath.DoubleMax |
Op that computes the maximum of two double values.
|
PrimitiveMath.DoubleMin |
Op that computes the minimum of two double values.
|
PrimitiveMath.DoubleMultiply |
Op that multiplies (*) two double values.
|
PrimitiveMath.DoubleNegate |
Op that negates (-) a double value.
|
PrimitiveMath.DoublePower |
Op that exponentiate two double values.
|
PrimitiveMath.DoubleRemainder |
Op that computes the remainder (%) of two double values.
|
PrimitiveMath.DoubleRound |
Op that rounds a double value.
|
PrimitiveMath.DoubleSignum |
Op that computes the signum of a double value.
|
PrimitiveMath.DoubleSin |
Op that computes the sine of a double value.
|
PrimitiveMath.DoubleSinh |
Op that computes the hyperbolic sine of a double value.
|
PrimitiveMath.DoubleSqrt |
Op that computes the square root of a double value.
|
PrimitiveMath.DoubleSubtract |
Op that subtracts (-) two double values.
|
PrimitiveMath.DoubleTan |
Op that computes the tangent of a double value.
|
PrimitiveMath.DoubleTanh |
Op that computes the hyperbolic tangent of a double value.
|
PrimitiveMath.FloatAbs |
Op that computes the absolute value of a float value.
|
PrimitiveMath.FloatAdd |
Op that adds (+) two float values.
|
PrimitiveMath.FloatDivide |
Op that divides (/) two float values.
|
PrimitiveMath.FloatMax |
Op that computes the maximum of two float values.
|
PrimitiveMath.FloatMin |
Op that computes the minimum of two float values.
|
PrimitiveMath.FloatMultiply |
Op that multiplies (*) two float values.
|
PrimitiveMath.FloatNegate |
Op that negates (-) a float value.
|
PrimitiveMath.FloatRemainder |
Op that computes the remainder (%) of two float values.
|
PrimitiveMath.FloatRound |
Op that rounds a float value.
|
PrimitiveMath.FloatSignum |
Op that computes the signum of a float value.
|
PrimitiveMath.FloatSubtract |
Op that subtracts (-) two float values.
|
PrimitiveMath.IntegerAbs |
Op that computes the absolute value of a int value.
|
PrimitiveMath.IntegerAdd |
Op that adds (+) two int values.
|
PrimitiveMath.IntegerAnd |
Op that computes the bitwise AND (&) of two int values.
|
PrimitiveMath.IntegerComplement |
Op that computes the bitwise complement (~) of a int value.
|
PrimitiveMath.IntegerDivide |
Op that divides (/) two int values.
|
PrimitiveMath.IntegerLeftShift |
Op that computes the signed left shift (<<) of two int values.
|
PrimitiveMath.IntegerMax |
Op that computes the maximum of two int values.
|
PrimitiveMath.IntegerMin |
Op that computes the minimum of two int values.
|
PrimitiveMath.IntegerMultiply |
Op that multiplies (*) two int values.
|
PrimitiveMath.IntegerNegate |
Op that negates (-) a int value.
|
PrimitiveMath.IntegerOr |
Op that computes the bitwise OR (|) of two int values.
|
PrimitiveMath.IntegerRemainder |
Op that computes the remainder (%) of two int values.
|
PrimitiveMath.IntegerRightShift |
Op that computes the signed right shift (>>) of two int values.
|
PrimitiveMath.IntegerSubtract |
Op that subtracts (-) two int values.
|
PrimitiveMath.IntegerUnsignedRightShift |
Op that computes the unsigned right shift (>>>) of two int values.
|
PrimitiveMath.IntegerXor |
Op that computes the bitwise XOR (^) of two int values.
|
PrimitiveMath.LongAbs |
Op that computes the absolute value of a long value.
|
PrimitiveMath.LongAdd |
Op that adds (+) two long values.
|
PrimitiveMath.LongAnd |
Op that computes the bitwise AND (&) of two long values.
|
PrimitiveMath.LongComplement |
Op that computes the bitwise complement (~) of a long value.
|
PrimitiveMath.LongDivide |
Op that divides (/) two long values.
|
PrimitiveMath.LongLeftShift |
Op that computes the signed left shift (<<) of two long values.
|
PrimitiveMath.LongMax |
Op that computes the maximum of two long values.
|
PrimitiveMath.LongMin |
Op that computes the minimum of two long values.
|
PrimitiveMath.LongMultiply |
Op that multiplies (*) two long values.
|
PrimitiveMath.LongNegate |
Op that negates (-) a long value.
|
PrimitiveMath.LongOr |
Op that computes the bitwise OR (|) of two long values.
|
PrimitiveMath.LongRemainder |
Op that computes the remainder (%) of two long values.
|
PrimitiveMath.LongRightShift |
Op that computes the signed right shift (>>) of two long values.
|
PrimitiveMath.LongSubtract |
Op that subtracts (-) two long values.
|
PrimitiveMath.LongUnsignedRightShift |
Op that computes the unsigned right shift (>>>) of two long values.
|
PrimitiveMath.LongXor |
Op that computes the bitwise XOR (^) of two long values.
|
UnaryRealTypeMath |
Ops of the
math namespace which operate on RealType s. |
UnaryRealTypeMath.Abs<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the absolute value of
the real component of an input real number.
|
UnaryRealTypeMath.Arccos<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse cosine of
the real component of an input real number.
|
UnaryRealTypeMath.Arccosh<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse hyperbolic
cosine of the real component of an input real number.
|
UnaryRealTypeMath.Arccot<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse cotangent
of the real component of an input real number.
|
UnaryRealTypeMath.Arccoth<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse hyperbolic
cotangent of the real component of an input real number.
|
UnaryRealTypeMath.Arccsc<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse cosecant of
the real component of an input real number.
|
UnaryRealTypeMath.Arccsch<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse hyperbolic
cosecant of the real component of an input real number.
|
UnaryRealTypeMath.Arcsec<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse secant of
the real component of an input real number.
|
UnaryRealTypeMath.Arcsech<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse hyperbolic
secant of the real component of an input real number.
|
UnaryRealTypeMath.Arcsin<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse sine of the
real component of an input real number.
|
UnaryRealTypeMath.Arcsinh<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse hyperbolic
sine of the real component of an input real number.
|
UnaryRealTypeMath.Arctan<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse tangent of
the real component of an input real number.
|
UnaryRealTypeMath.Arctanh<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inverse hyperbolic
tangent of the real component of an input real number.
|
UnaryRealTypeMath.Ceil<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the ceiling of the real
component of an input real number.
|
UnaryRealTypeMath.Cos<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the cosine of the real
component of an input real number.
|
UnaryRealTypeMath.Cosh<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the hyperbolic cosine
of the real component of an input real number.
|
UnaryRealTypeMath.Cot<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the cotangent of the
real component of an input real number.
|
UnaryRealTypeMath.Coth<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the hyperbolic
cotangent of the real component of an input real number.
|
UnaryRealTypeMath.Csc<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the cosecant of the
real component of an input real number.
|
UnaryRealTypeMath.Csch<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the hyperbolic cosecant
of the real component of an input real number.
|
UnaryRealTypeMath.CubeRoot<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the cube root of the
real component of an input real number.
|
UnaryRealTypeMath.Exp<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the exponentiation of
the real component of an input real number.
|
UnaryRealTypeMath.ExpMinusOne<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to e^x - 1.
|
UnaryRealTypeMath.Floor<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the floor of the real
component of an input real number.
|
UnaryRealTypeMath.GammaConstant<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the gamma value of the
real component of an input real number.
|
UnaryRealTypeMath.Invert<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the inversion of the
real component of an input real number about a range.
|
UnaryRealTypeMath.Log<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the natural log of the
real component of an input real number.
|
UnaryRealTypeMath.Log10<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the 10-based log of the
real component of an input real number.
|
UnaryRealTypeMath.Log2<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the base 2 log of the
real component of an input real number.
|
UnaryRealTypeMath.LogOnePlusX<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the natural logarithm
of the sum of the argument and 1.
|
UnaryRealTypeMath.MaxConstant<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the real component of
an input real number unless it exceeds a maximum value.
|
UnaryRealTypeMath.MinConstant<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the real component of
an input real number unless it is less then a minimum value.
|
UnaryRealTypeMath.NearestInt<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the nearest integral
value of the real component of an input real number.
|
UnaryRealTypeMath.Negate<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the negation of the
real component of an input real number.
|
UnaryRealTypeMath.PowerConstant<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the raising of the real
component of an input real number to a constant value.
|
UnaryRealTypeMath.RandomGaussian<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to a random value using a
gaussian distribution.
|
UnaryRealTypeMath.RandomUniform<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to a random value between
0 and (input real number).
|
UnaryRealTypeMath.Reciprocal<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the reciprocal of the
real component of an input real number.
|
UnaryRealTypeMath.Round<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the rounding of the
real component of an input real number.
|
UnaryRealTypeMath.Sec<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the secant of the real
component of an input real number.
|
UnaryRealTypeMath.Sech<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the hyperbolic secant
of the real component of an input real number.
|
UnaryRealTypeMath.Signum<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the signum of the real
component of an input real number.
|
UnaryRealTypeMath.Sin<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the sine of the real
component of an input real number.
|
UnaryRealTypeMath.Sinc<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the sinc value of the
real component of an input real number.
|
UnaryRealTypeMath.SincPi<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the sinc (pi version)
of the real component of an input real number.
|
UnaryRealTypeMath.Sinh<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the hyperbolic sine of
the real component of an input real number.
|
UnaryRealTypeMath.Sqr<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the square of the real
component of an input real number.
|
UnaryRealTypeMath.Sqrt<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the square root of the
real component of an input real number.
|
UnaryRealTypeMath.Step<I extends RealType<I>,O extends RealType<O>> |
Sets an output real number to 0 if the input real number is less than 0.
|
UnaryRealTypeMath.Tan<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the tangent of the real
component of an input real number.
|
UnaryRealTypeMath.Tanh<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the hyperbolic tangent
of the real component of an input real number.
|
UnaryRealTypeMath.Ulp<I extends RealType<I>,O extends RealType<O>> |
Sets the real component of an output real number to the size of the ulp of
an input real number.
|
Copyright © 2014–2022 ImageJ. All rights reserved.