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 

I

I_TO_R - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer to real conversion by up-casting.
IdentityFilterFactory<T> - Class in org.shared.net.filter
An implementation of FilterFactory that creates identity filters, which simply pull values off of the input queue and push them onto the output queue.
IdentityFilterFactory() - Constructor for class org.shared.net.filter.IdentityFilterFactory
Default constructor.
IE_ADD - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer elementwise addition.
IE_MAX - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer elementwise maximum.
IE_MIN - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer elementwise minimum.
IE_MUL - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer elementwise multiplication.
IE_SUB - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer elementwise subtraction.
ifft() - Method in class org.shared.array.AbstractArray
Computes the full IFFT of this array.
ifft() - Method in class org.shared.array.AbstractComplexArray
 
ifft(int[], double[], double[]) - Method in interface org.shared.fft.FftService
Computes a backward transform.
ifft(int[], double[], double[]) - Method in class org.shared.fft.JavaFftService
 
ifft(int[], double[], double[]) - Method in class org.shared.fft.ModalFftService
 
ifft(int[], double[], double[]) - Method in class org.sharedx.fftw.FftwService
 
ifftShift() - Method in class org.shared.array.AbstractComplexArray
Undoes the effects of AbstractComplexArray.fftShift().
iGZero(int) - Method in class org.shared.array.AbstractRealArray
Finds all greater-than-zeros along the given dimension.
iGZero() - Method in class org.shared.array.AbstractRealArray
Equates to calling AbstractRealArray.iGZero(int) with argument -1.
iLZero(int) - Method in class org.shared.array.AbstractRealArray
Finds all less-than-zeros along the given dimension.
iLZero() - Method in class org.shared.array.AbstractRealArray
Equates to calling AbstractRealArray.iLZero(int) with argument -1.
im - Variable in class org.shared.array.AbstractComplexArray.Complex
The imaginary part.
ImageKernel - Interface in org.shared.image.kernel
A provider of image processing operations.
ImageOps - Class in org.shared.image.kernel
A class for image processing operations in pure Java.
iMax(int) - Method in class org.shared.array.AbstractRealArray
Finds the maximum values along the given dimension.
iMax() - Method in class org.shared.array.AbstractRealArray
Equates to calling AbstractRealArray.iMax(int) with argument -1.
iMin(int) - Method in class org.shared.array.AbstractRealArray
Finds the minimum values along the given dimension.
iMin() - Method in class org.shared.array.AbstractRealArray
Equates to calling AbstractRealArray.iMin(int) with argument -1.
imKernel - Static variable in class org.shared.image.kernel.ImageOps
The image processing kernel.
importWisdom(String) - Static method in class org.sharedx.fftw.Plan
Imports wisdom from a string.
indexOf(int[], int) - Static method in class org.shared.util.Arithmetic
Finds the index of the given value.
IndexOps - Class in org.shared.array.kernel
A class for indexing operations in pure Java.
indices - Variable in class org.shared.array.sparse.SparseArrayState
The physical indices.
indirectionOffsets - Variable in class org.shared.array.sparse.SparseArrayState
indirections - Variable in class org.shared.array.sparse.SparseArrayState
The indirection indices into SparseArrayState.values and SparseArrayState.indices.
inferDimensionality(RealArray...) - Static method in class org.shared.stat.plot.PlotBase
Infers the dimensionality of the given datasets.
inferDimensions(int[], int, boolean) - Static method in class org.shared.array.ArrayBase
Infers dimensions from the backing array length if the number of declared dimensions is 0.
inflate(byte[]) - Static method in class org.shared.codec.Compression
Decompresses the given byte array.
init(ConnectionManager.InitializationType, ConnectionHandler<? super C>, T) - Method in interface org.shared.net.ConnectionManager
Initializes a Connection.
init(ConnectionManager.InitializationType, ConnectionHandler<? super NioConnection>, T) - Method in class org.shared.net.nio.NioManager
 
init() - Method in class org.shared.test.net.AsynchronousHandlerTest
Creates a sender and a receiver.
init() - Method in class org.shared.test.net.SynchronousHandlerTest
Creates a sender and a receiver.
init() - Method in class org.shared.test.parallel.EngineTest
Initializes the underlying Engine.
initClass() - Static method in class org.shared.test.array.MatrixTest
Seeds random sources so that results are predictable.
initClass() - Static method in class org.shared.test.net.AllNetTests
Configures the Java Logger for use by NioManagers.
initClass() - Static method in class org.shared.test.net.ClientServerTest
Creates the demo directory if it doesn't already exist in the file system.
initClass() - Static method in class org.shared.test.stat.PlotTest
Creates the demo directory if it doesn't already exist in the file system.
initClass() - Static method in class org.sharedx.test.BenchmarkJava
Induces FFTW3 precomputation so that results aren't biased.
initClass() - Static method in class org.sharedx.test.BenchmarkNative
initDataset(RealArray, boolean[]) - Method in class org.shared.stat.plot.ErrorDistribution
Initializes the given dataset.
initDataset(RealArray, boolean[]) - Method in class org.shared.stat.plot.PrecisionRecall
 
initDataset(RealArray, boolean[]) - Method in class org.shared.stat.plot.Roc
 
initDistribution(RealArray) - Method in enum org.shared.stat.plot.ProbabilityDistribution.Mode
Initializes the probability distribution.
initFsms() - Method in class org.shared.net.nio.NioManagerThread
Initializes the underlying StateTables.
INITIAL_CAPACITY - Static variable in class org.shared.util.DynamicDoubleArray
The initial capacity.
INITIAL_CAPACITY - Static variable in class org.shared.util.DynamicIntArray
The initial capacity.
INITIAL_CAPACITY - Static variable in class org.shared.util.DynamicLongArray
The initial capacity.
INITIAL_CAPACITY - Static variable in class org.shared.util.DynamicObjectArray
The initial capacity.
initialize(RealArray, int, double) - Method in class org.shared.stat.ml.AbstractGmModel
Initializes the mixture components.
initialize(RealArray, int, double) - Method in class org.shared.stat.ml.GmModel
 
initialized - Static variable in class org.shared.metaclass.Library
Whether the native library is loaded.
insert(V, int[], int[], int[], int[], V, int[]) - Static method in class org.shared.array.kernel.SparseOps
insert(V, int...) - Method in class org.shared.array.sparse.ProtoSparseArray
Inserts values at the given logical indices, which are given in row major order.
insertSparse(V, int[], int[], int[], int[], V, int[]) - Method in class org.shared.array.jni.NativeArrayKernel
 
insertSparse(V, int[], int[], int[], int[], V, int[]) - Method in interface org.shared.array.kernel.ArrayKernel
Inserts elements into a sparse array.
insertSparse(V, int[], int[], int[], int[], V, int[]) - Method in class org.shared.array.kernel.JavaArrayKernel
 
insertSparse(V, int[], int[], int[], int[], V, int[]) - Method in class org.shared.array.kernel.ModalArrayKernel
 
instance - Static variable in class org.shared.fft.ConvolutionCache
A global instance.
instance - Static variable in class org.shared.net.filter.IdentityFilterFactory
The global IdentityFilterFactory instance.
instance - Static variable in class org.shared.net.filter.XmlFilterFactory
The global instance.
instance - Static variable in class org.shared.util.Services
A global instance.
IntegerArray - Class in org.shared.array
A multidimensional integer array class.
IntegerArray(Array.IndexingOrder, int...) - Constructor for class org.shared.array.IntegerArray
Default constructor.
IntegerArray(int, Array.IndexingOrder, int[]) - Constructor for class org.shared.array.IntegerArray
Internal constructor with a distinctive signature.
IntegerArray(int[], int...) - Constructor for class org.shared.array.IntegerArray
Alternate constructor.
IntegerArray(int[], Array.IndexingOrder, int...) - Constructor for class org.shared.array.IntegerArray
Alternate constructor.
IntegerArray(IntegerArray) - Constructor for class org.shared.array.IntegerArray
Alternate constructor.
IntegerArray(int, int[], Array.IndexingOrder, int[]) - Constructor for class org.shared.array.IntegerArray
Internal constructor with a distinctive signature.
IntegerArray(Array.IndexingOrder, int[], int[]) - Constructor for class org.shared.array.IntegerArray
Internal constructor for package use only.
integerArrayCountLocal - Static variable in class org.shared.array.kernel.MatlabIoKernel
An IntegerArray counter local to the current thread.
IntegerArrayTest - Class in org.shared.test.array
A class of unit tests for IntegerArray.
IntegerArrayTest() - Constructor for class org.shared.test.array.IntegerArrayTest
Default constructor.
IntegerSparseArray - Class in org.shared.array.sparse
A sparse integer array class.
IntegerSparseArray(int...) - Constructor for class org.shared.array.sparse.IntegerSparseArray
Default constructor.
IntegerSparseArray(int, int[]) - Constructor for class org.shared.array.sparse.IntegerSparseArray
Internal constructor with a distinctive signature.
IntegerSparseArray(IntegerSparseArray) - Constructor for class org.shared.array.sparse.IntegerSparseArray
Alternate constructor.
IntegerSparseArray(SparseArrayState<int[]>, int[], int[], int[]) - Constructor for class org.shared.array.sparse.IntegerSparseArray
Internal constructor for package use only.
IntegralHistogram - Class in org.shared.image
A data structure for computing the histogram over any rectangular region quickly.
IntegralHistogram(RealArray, IntegerArray, int) - Constructor for class org.shared.image.IntegralHistogram
Default constructor.
IntegralHistogramTest - Class in org.shared.test.image
A class of unit tests for IntegralHistogram.
IntegralHistogramTest() - Constructor for class org.shared.test.image.IntegralHistogramTest
Default constructor.
IntegralImage - Class in org.shared.image
A data structure for computing the sum over any rectangular region quickly.
IntegralImage(RealArray) - Constructor for class org.shared.image.IntegralImage
Default constructor.
IntegralImageTest - Class in org.shared.test.image
A class of unit tests for IntegralImage.
IntegralImageTest() - Constructor for class org.shared.test.image.IntegralImageTest
Default constructor.
IntensityImages - Class in org.shared.image
A static utility class for reading and writing intensity images represented as RealArrays.
intsToBase64(int[], ByteOrder) - Static method in class org.shared.codec.Codecs
Converts the given int array into a base 64 string.
intsToBase64(int[]) - Static method in class org.shared.codec.Codecs
Converts the given int array into a base 64 string.
intValue() - Method in class org.shared.array.AbstractComplexArray.Complex
Gets the int value.
INVALID_PARITY - Static variable in class org.shared.array.AbstractArray
A value for AbstractArray.parity indicating that this array was not the result of AbstractArray.rfft().
invalidate() - Method in class org.shared.parallel.Engine
Invalidates the current traversal ordering.
invert(double[], double[], int) - Method in class org.shared.array.jni.NativeArrayKernel
 
invert(double[], double[], int) - Method in interface org.shared.array.kernel.ArrayKernel
Computes the inverse of a Matrix.
invert(double[], double[], int) - Method in class org.shared.array.kernel.JavaArrayKernel
 
invert(double[], double[], int) - Static method in class org.shared.array.kernel.LinearAlgebraOps
A matrix inversion operation in support of JavaArrayKernel.invert(double[], double[], int).
invert(double[], double[], int) - Method in class org.shared.array.kernel.ModalArrayKernel
 
invoke(Callable<V>) - Method in interface org.shared.net.Connection
Executes the given code snippet on this connection's ConnectionManager thread.
invoke(Callable<V>) - Method in class org.shared.net.nio.NioConnection
 
IoBase - Class in org.shared.util
A static utility class for I/O operations.
ioKernel - Static variable in class org.shared.array.ArrayBase
The array I/O kernel.
isCancelled() - Method in class org.shared.net.nio.NioConnection
Does nothing.
isDone() - Method in class org.shared.net.nio.NioConnection
Gets whether this connection has been initialized.
isInitialized() - Static method in class org.shared.metaclass.Library
Gets whether the native library has been loaded.
isManagerThread() - Method in interface org.shared.net.Connection
Gets whether this connection's ConnectionManager thread is the current thread.
isManagerThread() - Method in class org.shared.net.nio.NioConnection
 
iSort(int) - Method in class org.shared.array.AbstractRealArray
Sorts along the given dimension.
iSort() - Method in class org.shared.array.AbstractRealArray
Equates to calling AbstractRealArray.iSort(int) with argument -1.
iSort(T[], int[], int[], int, int) - Static method in class org.shared.array.kernel.PermutationEntry
Performs an index sort operation in support of DimensionOps.
iSort(int) - Method in class org.shared.array.ObjectArray
Sorts along the given dimension.
isPropertyEnabled(String) - Method in class org.shared.stat.plot.ErrorDistribution
 
isPropertyEnabled(String) - Method in class org.shared.stat.plot.Histogram
 
isPropertyEnabled(String) - Method in interface org.shared.stat.plot.Plottable
Gets whether the given property is enabled.
isPropertyEnabled(String) - Method in class org.shared.stat.plot.Scatter
 
isSymbolicLink(File) - Static method in class org.shared.util.IoBase
Gets whether the given file is a symbolic link.
IU_ADD - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer unary addition.
IU_FILL - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer unary fill.
IU_MUL - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer unary multiplication.
IU_SHUFFLE - Static variable in interface org.shared.array.kernel.ArrayKernel
Integer unary shuffle.
iuOp(int, int, int[]) - Method in class org.shared.array.jni.NativeArrayKernel
 
iuOp(int, int, int[]) - Method in interface org.shared.array.kernel.ArrayKernel
Applies an integer unary operation.
iuOp(int, int, int[]) - Static method in class org.shared.array.kernel.ElementOps
An integer unary elementwise operation in support of JavaArrayKernel.iuOp(int, int, int[]).
iuOp(int, int, int[]) - Method in class org.shared.array.kernel.JavaArrayKernel
 
iuOp(int, int, int[]) - Method in class org.shared.array.kernel.ModalArrayKernel
 
iZero(int) - Method in class org.shared.array.AbstractRealArray
Finds all zeros along the given dimension.
iZero() - Method in class org.shared.array.AbstractRealArray
Equates to calling AbstractRealArray.iZero(int) with argument -1.
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