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 

T

testBase64() - Method in class org.shared.test.util.CodecTest
Tests reading and writing with the Base64 codec.
testBinarySearchNearest() - Method in class org.shared.test.util.ArraysTest
Tests all nearest binary search variants.
testCompare() - Method in class org.shared.test.util.ArraysTest
Tests all array comparison variants.
testComplexArrayReadWrite() - Method in class org.shared.test.array.ArrayIoKernelTest
Tests ComplexArray reading from and writing to MAT-files.
testCompress() - Method in class org.shared.test.util.CodecTest
Tests compression and decompression with the Compression codec.
testConcat() - Method in class org.shared.test.array.RealArrayTest
testConvolve() - Method in class org.shared.test.fft.ConvolutionCacheTest
testConvolve() - Method in class org.sharedx.test.BenchmarkJava
 
testConvolve() - Method in class org.sharedx.test.BenchmarkNative
 
testConvolve() - Method in interface org.sharedx.test.BenchmarkSpecification
Benchmarks convolution capabilities.
testCornerCases() - Method in class org.shared.test.array.RealArrayTest
Tests corner cases.
testCornerCases() - Method in class org.shared.test.array.SparseArrayTest
Tests corner cases.
testDynamicArray() - Method in class org.shared.test.util.DynamicArrayTest
Tests implementations of DynamicArray.
testExecute1() - Method in class org.shared.test.parallel.EngineTest
Tests a basic schema.
testExecute2() - Method in class org.shared.test.parallel.EngineTest
Tests a parallel schema.
testExecute3() - Method in class org.shared.test.parallel.EngineTest
Tests the case where Engine.add(Calculator, Calculator...) calls are intermingled with Engine.execute(Object) calls.
testExecute4() - Method in class org.shared.test.parallel.EngineTest
Tests a degenerate tree schema.
testFftShift() - Method in class org.shared.test.fft.ArrayFftTest
testFind() - Method in class org.shared.test.array.IntegerArrayTest
testGamma() - Method in class org.shared.test.stat.CombinatoricsTest
testHex() - Method in class org.shared.test.util.CodecTest
Tests reading and writing with the Hex codec.
testIntegerArrayReadWrite() - Method in class org.shared.test.array.ArrayIoKernelTest
Tests IntegerArray reading from and writing to MAT-files.
testIntegralHistogram() - Method in class org.shared.test.image.IntegralHistogramTest
testIntegralImage() - Method in class org.shared.test.image.IntegralImageTest
testISort() - Method in class org.shared.test.array.ObjectArrayTest
testMap() - Method in class org.shared.test.array.IntegerArrayTest
testMap() - Method in class org.shared.test.array.ObjectArrayTest
testMap() - Method in class org.shared.test.array.RealArrayTest
testMDiag() - Method in class org.shared.test.array.MatrixTest
testMEigs() - Method in class org.shared.test.array.MatrixTest
testMInvert() - Method in class org.shared.test.array.MatrixTest
testMMul() - Method in class org.shared.test.array.MatrixTest
testMSvd() - Method in class org.shared.test.array.MatrixTest
testNdGrid() - Method in class org.shared.test.array.IntegerArrayTest
testOneDimensionalFft() - Method in class org.shared.test.fft.ArrayFftTest
testOperations() - Method in class org.shared.test.array.ArrayKernelTest
Tests all accumulator, unary, binary, and conversion operations.
testOperations() - Method in class org.shared.test.array.SparseArrayTest
Tests all operations supported by ProtoSparseArray against those supported by ProtoArray.
testOrderedPartition() - Method in class org.shared.test.stat.CombinatoricsTest
testPad() - Method in class org.shared.test.fft.ConvolutionCacheTest
testPartition() - Method in class org.shared.test.stat.CombinatoricsTest
testPlot() - Method in class org.shared.test.stat.PlotTest
Tests plotting operations.
testRdOps() - Method in class org.shared.test.array.RealArrayTest
Tests dimension functions.
testRealArrayReadWrite() - Method in class org.shared.test.array.ArrayIoKernelTest
Tests RealArray reading from and writing to MAT-files.
testRealMap() - Method in class org.shared.test.array.RealArrayTest
testRealReduce() - Method in class org.shared.test.array.RealArrayTest
testReducedToFull() - Method in class org.shared.test.fft.ArrayFftTest
testReshape() - Method in class org.shared.test.array.RealArrayTest
testReverse() - Method in class org.shared.test.array.RealArrayTest
testReverseOrder() - Method in class org.shared.test.array.RealArrayTest
testRiOps() - Method in class org.shared.test.array.RealArrayTest
Tests dimension index functions.
testRrOps() - Method in class org.shared.test.array.RealArrayTest
Tests dimension reduce functions.
Tests - Class in org.shared.test
A static utility class for JUnit testing purposes.
testShift() - Method in class org.shared.test.array.RealArrayTest
testSlice() - Method in class org.shared.test.array.IntegerArrayTest
testSlice() - Method in class org.shared.test.array.ObjectArrayTest
testSlice() - Method in class org.shared.test.array.RealArrayTest
testSlice() - Method in class org.shared.test.util.ArraysTest
Tests all array slicing variants.
testSubarray() - Method in class org.shared.test.array.RealArrayTest
testThreeDimensionalFft() - Method in class org.shared.test.fft.ArrayFftTest
testThrowException() - Method in class org.shared.test.array.ObjectArrayTest
Tests that a RuntimeException is thrown.
testThrowException() - Method in class org.shared.test.array.SparseArrayTest
Tests that a RuntimeException is thrown.
testThrowException() - Method in class org.shared.test.parallel.EngineTest
Tests that an IllegalStateException is thrown.
testTile() - Method in class org.shared.test.array.RealArrayTest
testTrain() - Method in class org.shared.test.stat.GmModelTest
testTransport() - Method in class org.shared.test.net.AsynchronousHandlerTest
Tests the NioManager transport mechanism.
testTransport() - Method in class org.shared.test.net.ClientServerTest
Tests client and server communication.
testTransport() - Method in class org.shared.test.net.SynchronousHandlerTest
Tests the transport capabilities of synchronous connections.
testTranspose() - Method in class org.shared.test.array.RealArrayTest
testTwoDimensionalFft() - Method in class org.shared.test.fft.ArrayFftTest
TestXmlEvent - Class in org.shared.test.net
A base class of all XML-derived events for testing purposes.
TestXmlEvent(TestXmlEvent.TestXmlEventType, Source<TestXmlEvent, SourceType>) - Constructor for class org.shared.test.net.TestXmlEvent
Default constructor.
TestXmlEvent.DataXmlEvent - Class in org.shared.test.net
A subclass of TestXmlEvent for carrying data.
TestXmlEvent.DataXmlEvent(byte[], Source<TestXmlEvent, SourceType>) - Constructor for class org.shared.test.net.TestXmlEvent.DataXmlEvent
Default constructor.
TestXmlEvent.DataXmlEvent(Node, Source<TestXmlEvent, SourceType>) - Constructor for class org.shared.test.net.TestXmlEvent.DataXmlEvent
Alternate constructor.
TestXmlEvent.ErrorXmlEvent - Class in org.shared.test.net
A subclass of TestXmlEvent for carrying errors.
TestXmlEvent.ErrorXmlEvent(Throwable, Source<TestXmlEvent, SourceType>) - Constructor for class org.shared.test.net.TestXmlEvent.ErrorXmlEvent
Default constructor.
TestXmlEvent.ReceiverXmlVerifier - Class in org.shared.test.net
TestXmlEvent.ReceiverXmlVerifier() - Constructor for class org.shared.test.net.TestXmlEvent.ReceiverXmlVerifier
Default constructor.
TestXmlEvent.SenderXmlVerifier - Class in org.shared.test.net
TestXmlEvent.SenderXmlVerifier(long, int, int) - Constructor for class org.shared.test.net.TestXmlEvent.SenderXmlVerifier
Default constructor.
TestXmlEvent.SequenceXmlEvent - Class in org.shared.test.net
A subclass of TestXmlEvent for holding sequence numbers.
TestXmlEvent.SequenceXmlEvent(long, int, Source<TestXmlEvent, SourceType>) - Constructor for class org.shared.test.net.TestXmlEvent.SequenceXmlEvent
Default constructor.
TestXmlEvent.SequenceXmlEvent(Node, Source<TestXmlEvent, SourceType>) - Constructor for class org.shared.test.net.TestXmlEvent.SequenceXmlEvent
Alternate constructor.
TestXmlEvent.TestXmlEventType - Enum in org.shared.test.net
An enumeration of TestXmlEvent types.
TestXmlHandler - Class in org.shared.test.net
A subclass of XmlHandler for testing purposes.
TestXmlHandler(String, int, int, SourceLocal<TestXmlEvent>) - Constructor for class org.shared.test.net.TestXmlHandler
Default constructor.
tfss - Static variable in class org.shared.metaclass.MetaclassBase
tick() - Static method in class org.shared.util.Control
Starts the timer for Thread.currentThread().
tile(int...) - Method in class org.shared.array.AbstractComplexArray
 
tile(int...) - Method in interface org.shared.array.Array
Tiles this array according to the given number repetitions along each dimension.
tile(int...) - Method in class org.shared.array.ProtoArray
 
tile(int...) - Method in class org.shared.array.sparse.ProtoSparseArray
 
timestampLocal - Static variable in class org.shared.util.Control
A timestamp local to the current thread in support of Control.tick() and Control.tock().
tlsOffFilter - Variable in class org.shared.net.filter.ssl.SslFilter
The Filter to use when TLS is off.
tlsOnFilter - Variable in class org.shared.net.filter.ssl.SslFilter
The Filter to use when TLS is on.
tocIm() - Method in class org.shared.array.AbstractRealArray
Creates an AbstractComplexArray with the imaginary parts set to this array's elements.
tock() - Static method in class org.shared.util.Control
Stops the timer for Thread.currentThread().
tocRe() - Method in class org.shared.array.AbstractRealArray
Creates an AbstractComplexArray with the real parts set to this array's elements.
toDense() - Method in class org.shared.array.sparse.IntegerSparseArray
 
toDense() - Method in class org.shared.array.sparse.ObjectSparseArray
 
toDense() - Method in class org.shared.array.sparse.ProtoSparseArray
Converts this array to its dense form.
toDense() - Method in class org.shared.array.sparse.RealSparseArray
 
toDom() - Method in interface org.shared.event.XmlEvent
Transforms this event into an XML DOM Element.
toDom() - Method in class org.shared.test.net.TestXmlEvent
 
toFile(File) - Method in class org.shared.stat.plot.GnuplotContext
 
toFile(File) - Method in interface org.shared.stat.plot.PlotContext
Exports to a file.
toPathname(String) - Static method in class org.shared.metaclass.Loader
Converts the given resource name into a class pathname.
tor() - Method in class org.shared.array.IntegerArray
Converts this array to a RealArray.
torAbs() - Method in class org.shared.array.AbstractComplexArray
Creates an AbstractRealArray from the complex magnitudes of this array's elements.
torIm() - Method in class org.shared.array.AbstractComplexArray
Creates an AbstractRealArray from the imaginary parts of this array's elements.
torRe() - Method in class org.shared.array.AbstractComplexArray
Creates an AbstractRealArray from the real parts of this array's elements.
toString() - Method in class org.shared.array.AbstractArray
 
toString() - Method in class org.shared.array.AbstractComplexArray.Complex
Creates a human-readable representation of this number.
toString() - Method in class org.shared.array.AbstractComplexArray
 
toString() - Method in interface org.shared.array.Array
Creates a human-readable representation of this array.
toString() - Method in class org.shared.array.IntegerArray
 
toString() - Method in class org.shared.array.ObjectArray
 
toString() - Method in class org.shared.array.sparse.IntegerSparseArray
 
toString() - Method in class org.shared.array.sparse.ObjectSparseArray
 
toString() - Method in class org.shared.array.sparse.RealSparseArray
 
toString() - Method in class org.shared.event.EventProcessor
Creates a human-readable representation of this thread.
toString() - Method in class org.shared.event.StateTable.StateHandler
Creates a human-readable representation of this handler.
toString() - Method in class org.shared.event.StateTable
Creates a human-readable representation of this table.
toString() - Method in class org.shared.fft.FftCache
toString() - Method in class org.shared.image.filter.DerivativeOfGaussian
 
toString() - Method in class org.shared.image.filter.Gabor
 
toString() - Method in class org.shared.image.filter.GaborCircular
 
toString() - Method in class org.shared.image.filter.LaplacianOfGaussian
 
toString() - Method in class org.shared.image.filter.Mean
 
toString() - Method in class org.shared.metaclass.FileSystemRegistry
Creates a human-readable representation of this registry.
toString() - Method in class org.shared.metaclass.JarRegistry
Creates a human-readable representation of this registry.
toString() - Method in class org.shared.metaclass.RegistryClassLoader.PrefixNode
toString() - Method in class org.shared.metaclass.RegistryClassLoader
Creates a human-readable representation of this class loader.
toString() - Method in interface org.shared.net.Connection
Creates a human-readable representation of this connection.
toString() - Method in interface org.shared.net.ConnectionHandler
Creates a human-readable representation of this handler.
toString() - Method in interface org.shared.net.ConnectionManager
Creates a human-readable representation of this manager.
toString() - Method in class org.shared.net.filter.BaseOobEvent
Creates a human-readable representation of this event.
toString() - Method in class org.shared.net.handler.AbstractFilteredHandler
 
toString() - Method in class org.shared.net.nio.NioConnection
 
toString() - Method in class org.shared.net.nio.NioManager
 
toString() - Method in class org.shared.net.nio.NioManagerThread
Creates a human-readable representation of this thread that includes the name and status.
toString() - Method in interface org.shared.parallel.Calculator
Gets the label for this Calculator as it would appear in Engine.toString().
toString() - Method in class org.shared.parallel.Engine.EngineNode
 
toString() - Method in class org.shared.parallel.Engine
Outputs human-readable directives for Dot graph generation.
toString() - Method in class org.shared.parallel.LimitedMemoryPolicy.PolicyNode
Delegates to the Traversable's Traversable.toString() method.
toString() - Method in interface org.shared.parallel.Traversable
Creates a human-readable representation of this node.
toString() - Method in class org.shared.stat.ml.GmComponents
Creates a human-readable representation of the mixture components.
toString() - Method in class org.shared.stat.plot.GnuplotContext
Creates Gnuplot directives for rendering this context.
toString() - Method in interface org.shared.util.DynamicArray
Creates a human-readable representation of this array.
toString() - Method in class org.shared.util.DynamicDoubleArray
 
toString() - Method in class org.shared.util.DynamicIntArray
 
toString() - Method in class org.shared.util.DynamicLongArray
 
toString() - Method in class org.shared.util.DynamicObjectArray
 
toString(Node) - Static method in class org.shared.util.XmlBase
Converts the given DOM Node to a string.
toString() - Method in class org.sharedx.fftw.FftwService
toString() - Method in class org.sharedx.fftw.Plan
Creates a human-readable representation of this plan.
train(RealArray, int, double, double) - Method in class org.shared.stat.ml.AbstractGmModel
Trains the model.
transfer(InputStream, OutputStream) - Static method in class org.shared.metaclass.MetaclassBase
Transfers the contents of one stream into another.
transfer(Queue<T>, Queue<T>) - Static method in class org.shared.net.filter.Filters
Transfers elements from the given input Queue to the given output Queue.
transfer(InputStream, OutputStream) - Static method in class org.shared.util.IoBase
Transfers the contents of one stream into another.
transfer(File, OutputStream) - Static method in class org.shared.util.IoBase
Transfers the contents of a file into a stream.
transfer(InputStream, File, boolean) - Static method in class org.shared.util.IoBase
Transfers the contents of a stream into a file.
transfer(File, File, boolean) - Static method in class org.shared.util.IoBase
Transfers the contents of a file into a file.
transfer(InputStream, File) - Static method in class org.shared.util.IoBase
Transfers the contents of a stream into a file without appending.
transfer(File, File) - Static method in class org.shared.util.IoBase
Transfers the contents of a file into a file without appending.
transfer(byte[], OutputStream) - Static method in class org.shared.util.IoBase
Transfers the contents of a byte array into a stream.
transfer(byte[], File, boolean) - Static method in class org.shared.util.IoBase
Transfers the contents of a byte array into a file.
transfer(byte[], File) - Static method in class org.shared.util.IoBase
Transfers the contents of a byte array into a file without appending.
transform(int) - Method in class org.shared.array.AbstractArray
Transforms this array in the forward/backward FFT direction.
transform(int, int[], int, double[], double[]) - Method in class org.sharedx.fftw.FftwService
Performs a transform of the given type and dimensions on the given input/output arrays.
transform(double[], double[]) - Method in class org.sharedx.fftw.Plan
Performs an out-of-place transform.
transformerLocal - Static variable in class org.shared.net.filter.XmlFilterFactory
A Transformer local to the current thread.
transformerLocal - Static variable in class org.shared.util.XmlBase
A Transformer local to the current thread.
Transitions - Annotation Type in org.shared.event
An annotation class for specifying finite state machine transitions.
Transitions.Transition - Annotation Type in org.shared.event
An annotation for a single transition.
transpose(int...) - Method in class org.shared.array.AbstractComplexArray
 
transpose(int...) - Method in interface org.shared.array.Array
Transposes (permutes) the dimensions of this array.
transpose(int...) - Method in class org.shared.array.ProtoArray
 
transpose(int...) - Method in class org.shared.array.sparse.ProtoSparseArray
 
Traversable<V extends Traversable<V,E>,E extends Edge<V>> - Interface in org.shared.parallel
Defines a graph node as part of some total ordering on graph nodes.
TraversalPolicy<V extends Traversable<V,E>,E extends Edge<V>> - Interface in org.shared.parallel
Defines a total ordering and depth assignment to a collection of Traversables via Traversable.setOrder(int) and Traversable.setDepth(int).
typeToString(int) - Static method in class org.sharedx.fftw.FftwService
Gets a string representation of the FFT type.
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