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 

R

R_TO_C - Static variable in class org.sharedx.fftw.Plan
Real-to-half-complex (RFFT).
R_TO_C_IM - Static variable in interface org.shared.array.kernel.ArrayKernel
Real to complex conversion by imaginary part.
R_TO_C_RE - Static variable in interface org.shared.array.kernel.ArrayKernel
Real to complex conversion by real part.
RA_ENT - Static variable in interface org.shared.array.kernel.ArrayKernel
Real accumulator entropy.
RA_MAX - Static variable in interface org.shared.array.kernel.ArrayKernel
Real accumulator maximum.
RA_MIN - Static variable in interface org.shared.array.kernel.ArrayKernel
Real accumulator minimum.
RA_PROD - Static variable in interface org.shared.array.kernel.ArrayKernel
Real accumulator product.
RA_SUM - Static variable in interface org.shared.array.kernel.ArrayKernel
Real accumulator sum.
RA_VAR - Static variable in interface org.shared.array.kernel.ArrayKernel
Real accumulator variance.
randomize() - Method in class org.shared.array.jni.NativeArrayKernel
 
randomize() - Method in interface org.shared.array.kernel.ArrayKernel
Seeds the underlying source of randomness with the current time.
randomize() - Method in class org.shared.array.kernel.JavaArrayKernel
 
randomize() - Method in class org.shared.array.kernel.ModalArrayKernel
 
randomize() - Static method in class org.shared.util.Arithmetic
Seeds the underlying source of randomness with System.nanoTime().
randomKernel - Static variable in class org.shared.util.Arithmetic
The underlying, shared source of randomness.
randomSource - Static variable in class org.shared.test.net.AllNetTests
A source of randomness.
range(int, int, int) - Static method in class org.shared.util.Arithmetic
Creates a [m, n) range of ints with step increment k.
range(int, int) - Static method in class org.shared.util.Arithmetic
Creates a [m, n) range of ints.
range(int) - Static method in class org.shared.util.Arithmetic
Creates a [0, n) range of ints.
raOp(int, double[]) - Method in class org.shared.array.jni.NativeArrayKernel
 
raOp(int, double[]) - Method in interface org.shared.array.kernel.ArrayKernel
Performs a real accumulator operation.
raOp(int, double[]) - Static method in class org.shared.array.kernel.ElementOps
A real accumulator operation in support of JavaArrayKernel.raOp(int, double[]).
raOp(int, double[]) - Method in class org.shared.array.kernel.JavaArrayKernel
 
raOp(int, double[]) - Method in class org.shared.array.kernel.ModalArrayKernel
 
RD_PROD - Static variable in interface org.shared.array.kernel.ArrayKernel
Real dimension product.
RD_SUM - Static variable in interface org.shared.array.kernel.ArrayKernel
Real dimension sum.
rdOp(int, double[], int[], int[], double[], int...) - Method in class org.shared.array.jni.NativeArrayKernel
 
rdOp(int, double[], int[], int[], double[], int...) - Method in interface org.shared.array.kernel.ArrayKernel
Performs a real dimension operation.
rdOp(int, double[], int[], int[], double[], int[]) - Static method in class org.shared.array.kernel.DimensionOps
rdOp(int, double[], int[], int[], double[], int...) - Method in class org.shared.array.kernel.JavaArrayKernel
 
rdOp(int, double[], int[], int[], double[], int...) - Method in class org.shared.array.kernel.ModalArrayKernel
 
re - Variable in class org.shared.array.AbstractComplexArray.Complex
The real part.
RE_ADD - Static variable in interface org.shared.array.kernel.ArrayKernel
Real elementwise addition.
RE_DIV - Static variable in interface org.shared.array.kernel.ArrayKernel
Real elementwise division.
RE_MAX - Static variable in interface org.shared.array.kernel.ArrayKernel
Real elementwise maximum.
RE_MIN - Static variable in interface org.shared.array.kernel.ArrayKernel
Real elementwise minimum.
RE_MUL - Static variable in interface org.shared.array.kernel.ArrayKernel
Real elementwise multiplication.
RE_SUB - Static variable in interface org.shared.array.kernel.ArrayKernel
Real elementwise subtraction.
read() - Method in class org.shared.net.handler.SynchronousHandler.ManagedInputStream
Reads a byte.
read(byte[], int, int) - Method in class org.shared.net.handler.SynchronousHandler.ManagedInputStream
Reads bytes.
readOnlyQueue(Queue<V>) - Static method in class org.shared.net.filter.Filters
Creates a read-only Queue backed by the given Queue.
readPadding() - Method in class org.shared.array.kernel.MatlabIoKernel.DataElement
Reads padding up to an eight byte alignment.
RealArray - Class in org.shared.array
A multidimensional real array class.
RealArray(int...) - Constructor for class org.shared.array.RealArray
Default constructor.
RealArray(Array.IndexingOrder, int...) - Constructor for class org.shared.array.RealArray
Alternate constructor.
RealArray(int, Array.IndexingOrder, int[]) - Constructor for class org.shared.array.RealArray
Internal constructor with a distinctive signature.
RealArray(double[], int...) - Constructor for class org.shared.array.RealArray
Alternate constructor.
RealArray(double[], Array.IndexingOrder, int...) - Constructor for class org.shared.array.RealArray
Alternate constructor.
RealArray(RealArray) - Constructor for class org.shared.array.RealArray
Alternate constructor.
RealArray(int, double[], Array.IndexingOrder, int[]) - Constructor for class org.shared.array.RealArray
Internal constructor with a distinctive signature.
RealArray(Array.IndexingOrder, int[], int[]) - Constructor for class org.shared.array.RealArray
Internal constructor for package use only.
realArrayCountLocal - Static variable in class org.shared.array.kernel.MatlabIoKernel
A RealArray counter local to the current thread.
RealArrayTest - Class in org.shared.test.array
A class of unit tests for RealArray.
RealArrayTest() - Constructor for class org.shared.test.array.RealArrayTest
Default constructor.
RealSparseArray - Class in org.shared.array.sparse
A sparse real array class.
RealSparseArray(int...) - Constructor for class org.shared.array.sparse.RealSparseArray
Default constructor.
RealSparseArray(int, int[]) - Constructor for class org.shared.array.sparse.RealSparseArray
Internal constructor with a distinctive signature.
RealSparseArray(RealSparseArray) - Constructor for class org.shared.array.sparse.RealSparseArray
Alternate constructor.
RealSparseArray(SparseArrayState<double[]>, int[], int[], int[]) - Constructor for class org.shared.array.sparse.RealSparseArray
Internal constructor for package use only.
reduce(AbstractRealArray.RealReduce) - Method in class org.shared.array.AbstractRealArray
Reduces the elements.
reducedToFull(ComplexArray, int[]) - Method in class org.shared.fft.JavaFftService
Derives a full ComplexArray from a reduced, half-complex ComplexArray.
ReferenceReaper<T> - Class in org.shared.util
A utility class for reaping References after their referents have been garbage collected.
ReferenceReaper() - Constructor for class org.shared.util.ReferenceReaper
Default constructor.
ReferenceReaper.ReaperThread<T> - Class in org.shared.util
A worker thread class for reaping References.
ReferenceReaper.ReaperThread() - Constructor for class org.shared.util.ReferenceReaper.ReaperThread
Default constructor.
ReferenceReaper.ReferenceType - Enum in org.shared.util
An enumeration of Reference types.
register(NioConnection, InetSocketAddress) - Method in class org.shared.net.nio.NioManagerDispatchThread.AcceptRegistry
Registers a connection.
registerKey(Selector, int) - Method in class org.shared.net.nio.NioConnection
NioManagerThread call -- Registers the underlying SelectionKey.
registerService(Class<A>, Class<? extends A>) - Static method in class org.shared.util.Services
Registers an implementing class with the given specification superclass.
RegistryClassLoader - Class in org.shared.metaclass
A subclass of SecureClassLoader that derives classes and resource URLs from a registry delegation chain.
RegistryClassLoader() - Constructor for class org.shared.metaclass.RegistryClassLoader
Default constructor.
RegistryClassLoader(ClassLoader) - Constructor for class org.shared.metaclass.RegistryClassLoader
Alternate constructor.
RegistryClassLoader.PrefixNode - Class in org.shared.metaclass
A node class for policy hierarchy lookups.
RegistryClassLoader.PrefixNode() - Constructor for class org.shared.metaclass.RegistryClassLoader.PrefixNode
Default constructor.
regularize(double) - Method in class org.shared.stat.ml.GmComponents
Regularizes the covariances by setting a floor on what they can be.
removePending(NioConnection) - Method in class org.shared.net.nio.NioManagerDispatchThread.AcceptRegistry
Removes a pending accept.
request(NioEvent.NioEventType, I, NioConnection) - Method in class org.shared.net.nio.NioManagerThread
Retrieves this thread's internal state.
requests - Variable in class org.shared.net.nio.NioManagerThread
A weak Set of NioManagerThread.Requests for cleanup purposes.
reshape(int...) - Method in class org.shared.array.AbstractComplexArray
 
reshape(int...) - Method in interface org.shared.array.Array
Reshapes this array.
reshape(int...) - Method in class org.shared.array.ProtoArray
 
reshape(int...) - Method in class org.shared.array.sparse.ProtoSparseArray
 
resize(ByteBuffer, int) - Static method in class org.shared.net.Buffers
resolve(int) - Method in interface org.shared.net.handler.SynchronousHandler.Resolver
Resolves a read/write.
ResourceRegistry - Interface in org.shared.metaclass
Defines a registry for looking up class path resources.
reverse() - Method in interface org.shared.array.Array.IndexingOrder
Gets the reversed value.
reverse(int...) - Method in interface org.shared.array.Array
Reverses along the given dimensions.
reverse(int...) - Method in class org.shared.array.ProtoArray
 
reverse(int...) - Method in class org.shared.array.sparse.ProtoSparseArray
 
reverseDoubleComparator - Static variable in class org.shared.test.util.ArraysTest
The canonical Comparator for Doubles, except in reverse.
reverseOrder() - Method in class org.shared.array.AbstractComplexArray
 
reverseOrder() - Method in interface org.shared.array.Array
Creates an array where the storage order is reversed.
reverseOrder() - Method in class org.shared.array.ProtoArray
 
reverseOrder() - Method in class org.shared.array.sparse.ProtoSparseArray
 
rfft() - Method in class org.shared.array.AbstractArray
Computes the reduced FFT of this array.
rfft() - Method in class org.shared.array.AbstractRealArray
 
rfft(int[], double[], double[]) - Method in interface org.shared.fft.FftService
Computes a reduced forward transform.
rfft(int[], double[], double[]) - Method in class org.shared.fft.JavaFftService
 
rfft(int[], double[], double[]) - Method in class org.shared.fft.ModalFftService
 
rfft(int[], double[], double[]) - Method in class org.sharedx.fftw.FftwService
 
rfftDimensions() - Method in class org.shared.array.AbstractArray
Gets the reduced FFT dimensions.
rfftDimensions() - Method in class org.shared.array.AbstractRealArray
 
RI_GZERO - Static variable in interface org.shared.array.kernel.ArrayKernel
Real index find greater-than-zeros.
RI_LZERO - Static variable in interface org.shared.array.kernel.ArrayKernel
Real index find less-than-zeros.
RI_MAX - Static variable in interface org.shared.array.kernel.ArrayKernel
Real index maximum.
RI_MIN - Static variable in interface org.shared.array.kernel.ArrayKernel
Real index minimum.
RI_SORT - Static variable in interface org.shared.array.kernel.ArrayKernel
Real index sort.
RI_ZERO - Static variable in interface org.shared.array.kernel.ArrayKernel
Real index find zeros.
rifft() - Method in class org.shared.array.AbstractArray
Computes the reduced IFFT of this array.
rifft() - Method in class org.shared.array.AbstractComplexArray
 
rifft(int[], double[], double[]) - Method in interface org.shared.fft.FftService
Computes a reduced backward transform.
rifft(int[], double[], double[]) - Method in class org.shared.fft.JavaFftService
 
rifft(int[], double[], double[]) - Method in class org.shared.fft.ModalFftService
 
rifft(int[], double[], double[]) - Method in class org.sharedx.fftw.FftwService
 
rifftDimensions() - Method in class org.shared.array.AbstractArray
Gets the reduced IFFT dimensions.
rifftDimensions() - Method in class org.shared.array.AbstractComplexArray
 
riOp(int, double[], int[], int[], int[], int) - Method in class org.shared.array.jni.NativeArrayKernel
 
riOp(int, double[], int[], int[], int[], int) - Method in interface org.shared.array.kernel.ArrayKernel
Performs a real index operation.
riOp(int, double[], int[], int[], int[], int) - Static method in class org.shared.array.kernel.DimensionOps
Dimension index operations in support of ArrayKernel.riOp(int, double[], int[], int[], int[], int).
riOp(int, double[], int[], int[], int[], int) - Method in class org.shared.array.kernel.JavaArrayKernel
 
riOp(int, double[], int[], int[], int[], int) - Method in class org.shared.array.kernel.ModalArrayKernel
 
rMax(int...) - Method in class org.shared.array.AbstractRealArray
Computes the maximum along the given dimensions.
rMean(int...) - Method in class org.shared.array.AbstractRealArray
Computes the mean along the given dimensions.
rMin(int...) - Method in class org.shared.array.AbstractRealArray
Computes the minimum along the given dimensions.
Roc - Class in org.shared.stat.plot
A representation of ROC (receiver operating characteristic) plots.
Roc(double[][], boolean[][]) - Constructor for class org.shared.stat.plot.Roc
Default constructor.
Roc(double[], boolean[]) - Constructor for class org.shared.stat.plot.Roc
Alternate constructor.
rProd(int...) - Method in class org.shared.array.AbstractRealArray
Computes the product along the given dimensions.
RR_MAX - Static variable in interface org.shared.array.kernel.ArrayKernel
Real reduce maximum.
RR_MIN - Static variable in interface org.shared.array.kernel.ArrayKernel
Real reduce minimum.
RR_PROD - Static variable in interface org.shared.array.kernel.ArrayKernel
Real reduce product.
RR_SUM - Static variable in interface org.shared.array.kernel.ArrayKernel
Real reduce sum.
RR_VAR - Static variable in interface org.shared.array.kernel.ArrayKernel
Real reduce variance.
rrOp(int, double[], int[], int[], double[], int[], int[], int...) - Method in class org.shared.array.jni.NativeArrayKernel
 
rrOp(int, double[], int[], int[], double[], int[], int[], int...) - Method in interface org.shared.array.kernel.ArrayKernel
Performs a real reduce operation.
rrOp(int, double[], int[], int[], double[], int[], int[], int[]) - Static method in class org.shared.array.kernel.DimensionOps
rrOp(int, double[], int[], int[], double[], int[], int[], int...) - Method in class org.shared.array.kernel.JavaArrayKernel
 
rrOp(int, double[], int[], int[], double[], int[], int[], int...) - Method in class org.shared.array.kernel.ModalArrayKernel
 
rrToTfsMap - Static variable in class org.shared.metaclass.MetaclassBase
rSum(int...) - Method in class org.shared.array.AbstractRealArray
Computes the sum along the given dimensions.
RU_ABS - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary absolute value.
RU_ADD - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary addition.
RU_ATAN - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary arctangent.
RU_COS - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary cosine.
RU_EXP - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary exponentiation.
RU_FILL - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary fill.
RU_INV - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary inverse.
RU_LOG - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary natural logarithm.
RU_MUL - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary multiplication.
RU_POW - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary power.
RU_RND - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary randomization.
RU_SHUFFLE - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary shuffle.
RU_SIN - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary sine.
RU_SQR - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary square.
RU_SQRT - Static variable in interface org.shared.array.kernel.ArrayKernel
Real unary square root.
run() - Method in class org.shared.event.EventProcessor
Runs the event processing loop.
run(String, Object) - Static method in class org.shared.metaclass.Loader
Delegates to Loader.run(String, Object, boolean) with the class loader delegation option set to true.
run(String, Object, boolean) - Static method in class org.shared.metaclass.Loader
The entry point for Loader when invoked programmatically.
run() - Method in class org.shared.metaclass.MetaclassBase.TemporaryFileSet
Deletes all contained temporary files.
run() - Method in class org.shared.net.nio.NioManagerThread
Runs the main operation readiness and event processing loop.
run() - Method in class org.shared.parallel.Engine.EngineNode
Executes the Calculator.calculate(List) method associated with this node.
run() - Method in class org.shared.util.ReferenceReaper.ReaperThread
Runs the reference reaping loop.
runDelegatedTasks() - Method in class org.shared.net.filter.ssl.SslFilter
Runs delegated tasks.
runTests(String, Class<?>...) - Static method in class org.shared.test.Tests
Runs a batch of JUnit tests.
ruOp(int, double, double[]) - Method in class org.shared.array.jni.NativeArrayKernel
 
ruOp(int, double, double[]) - Method in interface org.shared.array.kernel.ArrayKernel
Applies a real unary operation.
ruOp(int, double, double[]) - Static method in class org.shared.array.kernel.ElementOps
A real unary elementwise operation in support of JavaArrayKernel.ruOp(int, double, double[]).
ruOp(int, double, double[]) - Method in class org.shared.array.kernel.JavaArrayKernel
 
ruOp(int, double, double[]) - Method in class org.shared.array.kernel.ModalArrayKernel
 
rVar(int...) - Method in class org.shared.array.AbstractRealArray
Computes the variance along the given dimensions.
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