- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
NioManager
s.
- 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
-
- 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
-
- 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
-
- IntegerArrayTest - Class in org.shared.test.array
-
- 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
-
- 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
-
- 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
RealArray
s.
- 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
-
- 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
-
- invert(double[], double[], int) - Method in class org.shared.array.kernel.ModalArrayKernel
-
- invoke(Callable<V>) - Method in interface org.shared.net.Connection
-
- 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
-
- 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
-
- 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
-
- 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
-