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 

E

eAdd(C) - Method in class org.shared.array.AbstractComplexArray
Computes the elementwise addition.
eAdd(R) - Method in class org.shared.array.AbstractRealArray
Computes the elementwise addition.
eAdd(IntegerArray) - Method in class org.shared.array.IntegerArray
Computes the elementwise addition.
Edge<V> - Interface in org.shared.parallel
Defines an edge relationship between two nodes.
eDiv(C) - Method in class org.shared.array.AbstractComplexArray
Computes the elementwise division.
eDiv(R) - Method in class org.shared.array.AbstractRealArray
Computes the elementwise division.
eigs(double[], double[], double[], int) - Method in class org.shared.array.jni.NativeArrayKernel
 
eigs(double[], double[], double[], int) - Method in interface org.shared.array.kernel.ArrayKernel
Computes the eigenvectors and eigenvalues of a Matrix.
eigs(double[], double[], double[], int) - Method in class org.shared.array.kernel.JavaArrayKernel
 
eigs(double[], double[], double[], int) - Static method in class org.shared.array.kernel.LinearAlgebraOps
An eigenvector and eigenvalue operation in support of JavaArrayKernel.eigs(double[], double[], double[], int).
eigs(double[], double[], double[], int) - Method in class org.shared.array.kernel.ModalArrayKernel
 
ElementOps - Class in org.shared.array.kernel
A class for elementwise operations in pure Java.
ElementOps.ComplexAccumulatorOperation - Interface in org.shared.array.kernel
Defines complex accumulator operations.
ElementOps.ComplexBinaryOperation - Interface in org.shared.array.kernel
Defines complex binary operations.
ElementOps.ComplexToRealOperation - Interface in org.shared.array.kernel
Defines complex-to-real operations.
ElementOps.IntegerBinaryOperation - Interface in org.shared.array.kernel
Defines integer binary operations.
ElementOps.RealAccumulatorOperation - Interface in org.shared.array.kernel
Defines real accumulator operations.
ElementOps.RealBinaryOperation - Interface in org.shared.array.kernel
Defines real binary operations.
ElementOps.RealToComplexOperation - Interface in org.shared.array.kernel
Defines real-to-complex operations.
eMax(R) - Method in class org.shared.array.AbstractRealArray
Computes the elementwise maximum.
eMax(IntegerArray) - Method in class org.shared.array.IntegerArray
Computes the elementwise maximum.
eMin(R) - Method in class org.shared.array.AbstractRealArray
Computes the elementwise minimum.
eMin(IntegerArray) - Method in class org.shared.array.IntegerArray
Computes the elementwise minimum.
empty - Static variable in class org.shared.array.sparse.IntegerSparseArray
An empty array.
empty() - Method in class org.shared.array.sparse.IntegerSparseArray
 
empty() - Method in class org.shared.array.sparse.ObjectSparseArray
 
empty() - Method in class org.shared.array.sparse.ProtoSparseArray
Gets an empty array of values.
empty - Static variable in class org.shared.array.sparse.RealSparseArray
An empty array.
empty() - Method in class org.shared.array.sparse.RealSparseArray
 
empty - Static variable in class org.shared.array.sparse.SparseArrayState
An empty array.
emptyIndices - Static variable in class org.shared.array.sparse.ProtoSparseArray
An empty array of indices.
eMul(C) - Method in class org.shared.array.AbstractComplexArray
Computes the elementwise multiplication.
eMul(R) - Method in class org.shared.array.AbstractRealArray
Computes the elementwise multiplication.
eMul(IntegerArray) - Method in class org.shared.array.IntegerArray
Computes the elementwise multiplication.
endEnvironment() - Static method in class org.shared.util.IoBase
Ends building the mapping of environment variables for Thread.currentThread().
ENDIANNESS - Static variable in class org.shared.array.kernel.MatlabIo
A value such that observation in its reversed form necessitates conversion from Little-Endian values to Big-Endian values, and vice versa.
Engine<T> - Class in org.shared.parallel
An execution engine class for pushing data through the guts of some parallel computation given as a directed, acyclic graph.
Engine() - Constructor for class org.shared.parallel.Engine
Alternate constructor.
Engine(int) - Constructor for class org.shared.parallel.Engine
Alternate constructor.
Engine(int, TraversalPolicy<Engine<T>.EngineNode<?, ?>, Engine<T>.EngineEdge<?>>) - Constructor for class org.shared.parallel.Engine
Default constructor.
Engine.EngineEdge<O> - Class in org.shared.parallel
An output-input relationship between two Engine.EngineNodes.
Engine.EngineEdge(Engine<T>.EngineNode<?, ? extends O>, Engine<T>.EngineNode<? super O, ?>) - Constructor for class org.shared.parallel.Engine.EngineEdge
Default constructor.
Engine.EngineNode<I,O> - Class in org.shared.parallel
A computation node that is part of some topology of nodes.
Engine.EngineNode(Calculator<? super I, ? extends O>, boolean) - Constructor for class org.shared.parallel.Engine.EngineNode
Default constructor.
Engine.ThrowableReferenceHandler - Class in org.shared.parallel
A subclass of AtomicReference that doubles as an Thread.UncaughtExceptionHandler.
Engine.ThrowableReferenceHandler() - Constructor for class org.shared.parallel.Engine.ThrowableReferenceHandler
Default constructor.
EngineTest - Class in org.shared.test.parallel
A class of unit tests for Engine.
EngineTest() - Constructor for class org.shared.test.parallel.EngineTest
Default constructor.
ensureCapacity(int) - Method in interface org.shared.util.DynamicArray
Ensures that this array has at least the given capacity.
ensureCapacity(int) - Method in class org.shared.util.DynamicDoubleArray
 
ensureCapacity(int) - Method in class org.shared.util.DynamicIntArray
 
ensureCapacity(int) - Method in class org.shared.util.DynamicLongArray
 
ensureCapacity(int) - Method in class org.shared.util.DynamicObjectArray
 
ensureGrayscale(BufferedImage) - Static method in class org.shared.image.IntensityImages
Ensures that an image is in grayscale, converting it if necessary.
ensureTrue(boolean, boolean, String) - Static method in class org.shared.util.Control
An internal check/assert method that backs the likes of Control.checkTrue(boolean) and Control.assertTrue(boolean).
entropy(double...) - Static method in class org.shared.util.Arithmetic
Computes the entropy.
EnumStatus<T extends Enum<T>> - Interface in org.shared.event
Defines a mutable, enumerated state.
EnumType<T extends Enum<T>> - Interface in org.shared.event
Defines an enumerated type.
environmentLocal - Static variable in class org.shared.util.IoBase
A mapping of environment variables local to the current thread in support of IoBase.beginEnvironment() and IoBase.endEnvironment().
eOp(int, Object, Object, Object, boolean) - Method in class org.shared.array.jni.NativeArrayKernel
 
eOp(int, Object, Object, Object, boolean) - Method in interface org.shared.array.kernel.ArrayKernel
Applies a binary operation.
eOp(int, Object, Object, Object, boolean) - Static method in class org.shared.array.kernel.ElementOps
A binary elementwise operation in support of JavaArrayKernel.eOp(int, Object, Object, Object, boolean).
eOp(int, Object, Object, Object, boolean) - Method in class org.shared.array.kernel.JavaArrayKernel
 
eOp(int, Object, Object, Object, boolean) - Method in class org.shared.array.kernel.ModalArrayKernel
 
equals(Object) - Method in class org.shared.array.AbstractComplexArray.Complex
equals(Object) - Method in class org.shared.fft.FftCache.CacheKey
Fulfills the FftCache.CacheKey.equals(Object) contract.
equals(Object) - Method in class org.shared.image.filter.DerivativeOfGaussian
equals(Object) - Method in class org.shared.image.filter.Gabor
Fulfills the Gabor.equals(Object) contract.
equals(Object) - Method in class org.shared.image.filter.GaborCircular
Fulfills the GaborCircular.equals(Object) contract.
equals(Object) - Method in class org.shared.image.filter.LaplacianOfGaussian
Fulfills the LaplacianOfGaussian.equals(Object) contract.
equals(Object) - Method in class org.shared.image.filter.Mean
Fulfills the Mean.equals(Object) contract.
equals(double[], double[]) - Static method in class org.shared.test.Tests
Gets whether two arrays are equal within a small error tolerance.
equals(Object) - Method in class org.sharedx.fftw.PlanKey
Fulfills the PlanKey.equals(Object) contract.
ErrorDistribution - Class in org.shared.stat.plot
A base class for PrecisionRecall and Roc.
ErrorDistribution(double[][], boolean[][]) - Constructor for class org.shared.stat.plot.ErrorDistribution
Default constructor.
eSub(C) - Method in class org.shared.array.AbstractComplexArray
Computes the elementwise subtraction.
eSub(R) - Method in class org.shared.array.AbstractRealArray
Computes the elementwise subtraction.
eSub(IntegerArray) - Method in class org.shared.array.IntegerArray
Computes the elementwise subtraction.
Event<T extends Event<T,E,S>,E extends Enum<E>,S extends Enum<S>> - Interface in org.shared.event
Defines functionality that can be expected from all events.
EventProcessor<T extends Event<T,E,S>,E extends Enum<E>,S extends Enum<S>> - Class in org.shared.event
A thread going through the event processing motions BlockingQueue.take() (fetch), Event.getSource() (see who it's from), Source.getHandler() (see how the source wishes to process events), and Handler.handle(Object) (process the event).
EventProcessor(String) - Constructor for class org.shared.event.EventProcessor
Default constructor.
eventType - Variable in class org.shared.event.StateTable.StateHandler
The event type.
exception - Variable in class org.shared.net.nio.NioManagerThread
The exception that caused this thread to exit.
execAndWaitFor(InputStream, OutputStream, OutputStream, File, String...) - Static method in class org.shared.util.IoBase
Forks and waits on a new Process.
execAndWaitFor(String...) - Static method in class org.shared.util.IoBase
Forks and waits on a new Process.
execAndWaitFor(InputStream, String...) - Static method in class org.shared.util.IoBase
Forks and waits on a new Process.
execAndWaitFor(OutputStream, String...) - Static method in class org.shared.util.IoBase
Forks and waits on a new Process.
execAndWaitFor(InputStream, OutputStream, String...) - Static method in class org.shared.util.IoBase
Forks and waits on a new Process.
execute(T) - Method in class org.shared.parallel.Engine
Executes with the given input.
exportWisdom() - Static method in class org.sharedx.fftw.Plan
Exports learned wisdom to a string.
eye(int, int) - Static method in class org.shared.array.RealArray
Creates an array of the given size and number of dimensions, with ones for diagonals.
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