- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- equals(Object) - Method in class org.shared.image.filter.DerivativeOfGaussian
-
- equals(Object) - Method in class org.shared.image.filter.Gabor
-
- equals(Object) - Method in class org.shared.image.filter.GaborCircular
-
- equals(Object) - Method in class org.shared.image.filter.LaplacianOfGaussian
-
- equals(Object) - Method in class org.shared.image.filter.Mean
-
- 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
-
- ErrorDistribution - Class in org.shared.stat.plot
-
- 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
-
- 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
-
- execAndWaitFor(String...) - Static method in class org.shared.util.IoBase
-
- execAndWaitFor(InputStream, String...) - Static method in class org.shared.util.IoBase
-
- execAndWaitFor(OutputStream, String...) - Static method in class org.shared.util.IoBase
-
- execAndWaitFor(InputStream, OutputStream, String...) - Static method in class org.shared.util.IoBase
-
- 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.