- Scatter - Class in org.shared.stat.plot
-
A representation of scatter plots.
- Scatter(RealArray...) - Constructor for class org.shared.stat.plot.Scatter
-
Default constructor.
- selector - Variable in class org.shared.net.nio.NioManagerThread
-
- send(ByteBuffer) - Method in interface org.shared.net.Connection
-
Sends data to the remote host.
- send(T) - Method in class org.shared.net.handler.AbstractFilteredHandler
-
- send(T) - Method in interface org.shared.net.handler.FilteredHandler
-
Sends the given output value to the remote host.
- send(ByteBuffer) - Method in class org.shared.net.nio.NioConnection
-
- serverSslFilterFactory - Static variable in class org.shared.test.net.AsynchronousHandlerTest
-
- serverSslFilterFactory - Static variable in class org.shared.test.net.SynchronousHandlerTest
-
- Service - Interface in org.shared.util
-
Defines something as providing a service.
- Services - Class in org.shared.util
-
A global registry of various
Service
s and their implementing classes.
- Services() - Constructor for class org.shared.util.Services
-
Default constructor.
- set(double, int...) - Method in class org.shared.array.AbstractArray
-
Sets the value at the given logical index.
- set(int, int...) - Method in class org.shared.array.IntegerArray
-
Sets the value at the given logical index.
- set(T, int...) - Method in class org.shared.array.ObjectArray
-
Sets the value at the given logical index.
- set(O) - Method in class org.shared.net.nio.NioManagerThread.Request
-
- set(O) - Method in class org.shared.parallel.Engine.EngineEdge
-
- set(O) - Method in class org.shared.parallel.Engine.EngineNode
-
- set(O) - Method in interface org.shared.parallel.Handle
-
Sets the output.
- setAxis(Plot.AxisType, String, double, double, Plot.AxisScaleType) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setAxis(Plot.AxisType, String, double, double, Plot.AxisScaleType) - Method in interface org.shared.stat.plot.Plot
-
Sets the axis information.
- setAxisRange(Plot.AxisType, double, double) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setAxisRange(Plot.AxisType, double, double) - Method in interface org.shared.stat.plot.Plot
-
Sets the axis range.
- setAxisScale(Plot.AxisType, Plot.AxisScaleType) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setAxisScale(Plot.AxisType, Plot.AxisScaleType) - Method in interface org.shared.stat.plot.Plot
-
- setAxisTitle(Plot.AxisType, String) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setAxisTitle(Plot.AxisType, String) - Method in interface org.shared.stat.plot.Plot
-
Sets the axis title.
- setBacklogSize(int) - Method in class org.shared.net.nio.NioManager
-
- setBacklogSize(int) - Method in interface org.shared.net.SocketManager
-
Sets the listen backlog size.
- setBufferedHandler() - Method in class org.shared.net.nio.NioConnection
-
- setBufferSize(int) - Method in class org.shared.net.nio.NioManager
-
- setBufferSize(int) - Method in interface org.shared.net.SocketManager
-
Sets the read/write buffer size.
- setConnection(C) - Method in interface org.shared.net.ConnectionHandler
-
- setConnection(C) - Method in class org.shared.net.handler.AbstractFilteredHandler
-
- setDataStyles(DataStyle...) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setDataStyles(DataStyle...) - Method in interface org.shared.stat.plot.Plot
-
- setDataTitles(String...) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setDataTitles(String...) - Method in interface org.shared.stat.plot.Plot
-
Sets the data titles.
- setDepth(int) - Method in class org.shared.parallel.Engine.EngineNode
-
- setDepth(int) - Method in interface org.shared.parallel.Traversable
-
Sets the depth.
- setEnabled(Connection.OperationType, boolean) - Method in interface org.shared.net.Connection
-
- setEnabled(Connection.OperationType, boolean) - Method in class org.shared.net.nio.NioConnection
-
- setException(Throwable) - Method in interface org.shared.net.Connection
-
Sets the exception and triggers connection closure.
- setException(Throwable) - Method in class org.shared.net.nio.NioConnection
-
- setException(Throwable) - Method in class org.shared.net.nio.NioManagerThread.Request
-
- setFilterFactory(FilterFactory<? extends Filter<T, ByteBuffer>, T, ByteBuffer, ? super H>) - Method in class org.shared.net.handler.AbstractFilteredHandler
-
- setFilterFactory(FilterFactory<? extends Filter<T, ByteBuffer>, T, ByteBuffer, ? super H>) - Method in interface org.shared.net.handler.FilteredHandler
-
- setFont(String, int) - Method in class org.shared.stat.plot.GnuplotContext
-
- setFont(String, int) - Method in interface org.shared.stat.plot.PlotContext
-
Sets the font and size.
- setHandler(Handler<T>) - Method in class org.shared.event.EventProcessor
-
- setHandler(Handler<T>) - Method in interface org.shared.event.Source
-
- setHandler(Handler<T>) - Method in class org.shared.net.handler.XmlHandler
-
- setHandler(Handler<NioEvent<?>>) - Method in class org.shared.net.nio.NioConnection
-
- setHint(String, String) - Method in interface org.shared.fft.FftService
-
Sets the value of the given hint.
- setHint(String, String) - Method in class org.shared.fft.JavaFftService
-
- setHint(String, String) - Method in class org.shared.fft.ModalFftService
-
- setHint(String, String) - Method in class org.sharedx.fftw.FftwService
-
- setInResolverDisabled() - Method in class org.shared.net.handler.SynchronousHandler
-
- setInResolverEnabled() - Method in class org.shared.net.handler.SynchronousHandler
-
- setInResolverEos() - Method in class org.shared.net.handler.SynchronousHandler
-
- setInResolverError(IOException) - Method in class org.shared.net.handler.SynchronousHandler
-
- setKeyManagers(KeyManager...) - Method in interface org.shared.net.filter.ssl.SslEngineFactory
-
- setKeyManagers(KeyManager...) - Method in class org.shared.net.filter.ssl.SslFilterFactory
-
- setLineColor(String) - Method in class org.shared.stat.plot.DataStyle
-
Sets the line color.
- setLineSize(Double) - Method in class org.shared.stat.plot.DataStyle
-
Sets the line size.
- setLineStyle(String) - Method in class org.shared.stat.plot.DataStyle
-
Sets the line style.
- setMode(SslEngineFactory.Mode) - Method in interface org.shared.net.filter.ssl.SslEngineFactory
-
- setMode(SslEngineFactory.Mode) - Method in class org.shared.net.filter.ssl.SslFilterFactory
-
- setNullHandler() - Method in class org.shared.net.nio.NioConnection
-
- setOrder(int) - Method in class org.shared.parallel.Engine.EngineNode
-
- setOrder(int) - Method in interface org.shared.parallel.Traversable
-
Sets the order.
- setOutputFormat(String) - Method in class org.shared.stat.plot.GnuplotContext
-
- setOutputFormat(String) - Method in interface org.shared.stat.plot.PlotContext
-
Sets the output format.
- setOutputSize(int, int) - Method in class org.shared.stat.plot.GnuplotContext
-
- setOutputSize(int, int) - Method in interface org.shared.stat.plot.PlotContext
-
Sets the output size.
- setOutResolverDefault() - Method in class org.shared.net.handler.SynchronousHandler
-
- setOutResolverError(IOException) - Method in class org.shared.net.handler.SynchronousHandler
-
- setPanelLocation(int, int) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setPanelLocation(int, int) - Method in interface org.shared.stat.plot.Plot
-
Sets the panel location.
- setPanelSize(int, int) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setPanelSize(int, int) - Method in interface org.shared.stat.plot.Plot
-
Sets the panel size.
- setPointColor(String) - Method in class org.shared.stat.plot.DataStyle
-
Sets the point color.
- setPointSize(Double) - Method in class org.shared.stat.plot.DataStyle
-
Sets the point size.
- setPointStyle(String) - Method in class org.shared.stat.plot.DataStyle
-
Sets the point style.
- setPropertyEnabled(String, boolean) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setPropertyEnabled(String, boolean) - Method in interface org.shared.stat.plot.Plot
-
Sets whether the given property is enabled.
- setRequireClientAuth(boolean) - Method in interface org.shared.net.filter.ssl.SslEngineFactory
-
Sets whether the server should require client authorization.
- setRequireClientAuth(boolean) - Method in class org.shared.net.filter.ssl.SslFilterFactory
-
- setSecureRandom(SecureRandom) - Method in interface org.shared.net.filter.ssl.SslEngineFactory
-
- setSecureRandom(SecureRandom) - Method in class org.shared.net.filter.ssl.SslFilterFactory
-
- setStatus(T) - Method in interface org.shared.event.EnumStatus
-
Sets the status.
- setStatus(NioConnection.NioConnectionStatus) - Method in class org.shared.net.nio.NioConnection
-
- setStatus(NioManagerThread.NioManagerThreadStatus) - Method in class org.shared.net.nio.NioManagerThread
-
- setStatus(AbstractTestVerifier.VerifierStatus) - Method in class org.shared.test.net.AbstractTestVerifier
-
- setThread(NioManagerThread) - Method in class org.shared.net.nio.NioConnection
-
- setTitle(String) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setTitle(String) - Method in interface org.shared.stat.plot.Plot
-
Sets the title.
- setTlsOffFilter() - Method in class org.shared.net.filter.ssl.SslFilter
-
- setTlsOnFilter() - Method in class org.shared.net.filter.ssl.SslFilter
-
- setTrustManagers(TrustManager...) - Method in interface org.shared.net.filter.ssl.SslEngineFactory
-
- setTrustManagers(TrustManager...) - Method in class org.shared.net.filter.ssl.SslFilterFactory
-
- setU(V) - Method in interface org.shared.parallel.Edge
-
Sets the start node.
- setU(Engine<T>.EngineNode<?, ?>) - Method in class org.shared.parallel.Engine.EngineEdge
-
- setup(SocketChannel) - Method in class org.shared.net.nio.NioConnection
-
- setV(V) - Method in interface org.shared.parallel.Edge
-
Sets the end node.
- setV(Engine<T>.EngineNode<?, ?>) - Method in class org.shared.parallel.Engine.EngineEdge
-
- setViewport(double...) - Method in class org.shared.stat.plot.GnuplotContext.Gnuplot
-
- setViewport(double...) - Method in interface org.shared.stat.plot.Plot
-
Sets the viewport.
- setWriteThroughHandler() - Method in class org.shared.net.nio.NioConnection
-
- shift(int...) - Method in interface org.shared.array.Array
-
Circularly shifts this array.
- shift(int...) - Method in class org.shared.array.ProtoArray
-
- shift(int...) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- shuffle(int[]) - Static method in class org.shared.util.Arithmetic
-
Shuffles the given array.
- shuffle(double[]) - Static method in class org.shared.util.Arithmetic
-
Shuffles the given array.
- singleton() - Method in class org.shared.array.ComplexArray
-
Gets the singleton value from this array.
- singleton() - Method in class org.shared.array.IntegerArray
-
Gets the singleton value from this array.
- singleton() - Method in class org.shared.array.ObjectArray
-
Gets the singleton value from this array.
- singleton() - Method in class org.shared.array.RealArray
-
Gets the singleton value from this array.
- size(int) - Method in interface org.shared.array.Array
-
Gets the size along the given dimension.
- size(int) - Method in class org.shared.array.ProtoArray
-
- size() - Method in class org.shared.array.sparse.ProtoSparseArray
-
Gets the number of nonzero elements.
- size(int) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- size() - Method in interface org.shared.util.DynamicArray
-
Gets the number of elements.
- size() - Method in class org.shared.util.DynamicDoubleArray
-
- size() - Method in class org.shared.util.DynamicIntArray
-
- size() - Method in class org.shared.util.DynamicLongArray
-
- size() - Method in class org.shared.util.DynamicObjectArray
-
- SIZE - Static variable in interface org.sharedx.test.BenchmarkSpecification
-
The image size.
- sizeOf() - Method in enum org.shared.array.kernel.MatlabIo.DataType
-
Gets the size of this type in byte
s.
- sleep(long) - Static method in class org.shared.util.Control
-
Sleeps for the given number of milliseconds.
- slice(int[][], T, int[][]) - Method in interface org.shared.array.Array
-
Slices this array into a destination array.
- slice(T, int[]...) - Method in interface org.shared.array.Array
-
Slices this entire array into a destination array.
- slice(E, int[]...) - Method in interface org.shared.array.Array
-
Slices a value into this array.
- slice(int[]...) - Method in interface org.shared.array.Array
-
Gets a subarray specified by the given slicing indices.
- slice(int[], Object, int[], int[], Object, int[], int[]) - Method in class org.shared.array.jni.NativeArrayKernel
-
- slice(int[], Object, int[], int[], Object, int[], int[]) - Method in interface org.shared.array.kernel.ArrayKernel
-
Performs a slicing operation.
- slice(int[], Object, int[], int[], Object, int[], int[]) - Method in class org.shared.array.kernel.JavaArrayKernel
-
- slice(int[], Object, int[], int[], Object, int[], int[]) - Static method in class org.shared.array.kernel.MappingOps
-
- slice(int[], Object, int[], int[], Object, int[], int[]) - Method in class org.shared.array.kernel.ModalArrayKernel
-
- slice(int[], V, int[], int[], int[], int[], int[], int[], V, int[], int[], int[], int[], int[], int[]) - Static method in class org.shared.array.kernel.SparseOps
-
A slicing operation in support of
JavaArrayKernel.sliceSparse(int[], Object, int[], int[], int[], int[], int[], int[], Object, int[], int[], int[], int[], int[], int[])
.
- slice(int[][], T, int[][]) - Method in class org.shared.array.ProtoArray
-
- slice(T, int[]...) - Method in class org.shared.array.ProtoArray
-
- slice(E, int[]...) - Method in class org.shared.array.ProtoArray
-
- slice(int[]...) - Method in class org.shared.array.ProtoArray
-
- slice(int[][], T, int[][]) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- slice(T, int[]...) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- slice(E, int[]...) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- slice(int[]...) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- slice(double[], int[]) - Static method in class org.shared.util.Arrays
-
A convenience array slicing method.
- slice(int[], int[]) - Static method in class org.shared.util.Arrays
-
A convenience array slicing method.
- slice(T[], int[], Class<? extends T>) - Static method in class org.shared.util.Arrays
-
A convenience array slicing method.
- sliceSparse(int[], V, int[], int[], int[], int[], int[], int[], V, int[], int[], int[], int[], int[], int[]) - Method in class org.shared.array.jni.NativeArrayKernel
-
- sliceSparse(int[], V, int[], int[], int[], int[], int[], int[], V, int[], int[], int[], int[], int[], int[]) - Method in interface org.shared.array.kernel.ArrayKernel
-
Slices one sparse array into another.
- sliceSparse(int[], V, int[], int[], int[], int[], int[], int[], V, int[], int[], int[], int[], int[], int[]) - Method in class org.shared.array.kernel.JavaArrayKernel
-
- sliceSparse(int[], V, int[], int[], int[], int[], int[], int[], V, int[], int[], int[], int[], int[], int[]) - Method in class org.shared.array.kernel.ModalArrayKernel
-
- SocketConnection - Interface in org.shared.net
-
- SocketManager<M extends SocketManager<M,C>,C extends SocketConnection> - Interface in org.shared.net
-
- Source<T extends Event<T,?,S>,S extends Enum<S>> - Interface in org.shared.event
-
Defines an originator of
Event
s.
- SourceLocal<T extends Event<T,?,?>> - Interface in org.shared.event
-
Defines the local manifestation of an originator
Event
s.
- SourceRemote<T extends Event<T,?,?>> - Interface in org.shared.event
-
Defines the local manifestation of an originator
Event
s.
- SourceType - Enum in org.shared.net
-
An enumeration of networking
Source
types.
- SparseArrayState<V> - Class in org.shared.array.sparse
-
A container class for sparse array state.
- SparseArrayState(V, int[], int[], int[]) - Constructor for class org.shared.array.sparse.SparseArrayState
-
Default constructor.
- SparseArrayState(V, int[]) - Constructor for class org.shared.array.sparse.SparseArrayState
-
Alternate constructor.
- SparseArrayTest - Class in org.shared.test.array
-
A class of unit tests for sparse arrays.
- SparseArrayTest() - Constructor for class org.shared.test.array.SparseArrayTest
-
Default constructor.
- SparseOps - Class in org.shared.array.kernel
-
A class for sparse array operations in pure Java.
- splice(T, int...) - Method in interface org.shared.array.Array
-
A primitive slicing operation.
- splice(T, int...) - Method in class org.shared.array.ProtoArray
-
- splice(T, int...) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- SslEngineFactory<T extends SslEngineFactory<T>> - Interface in org.shared.net.filter.ssl
-
Defines a configurable factory for creating
SSLEngine
s.
- SslEngineFactory.Mode - Enum in org.shared.net.filter.ssl
-
- SslFilter - Class in org.shared.net.filter.ssl
-
An implementation of
Filter
that encrypts/decrypts traffic using the
SSL/TLS protocol.
- SslFilter(SSLEngine, FilteredHandler<?, ?, ?>, Executor) - Constructor for class org.shared.net.filter.ssl.SslFilter
-
Default constructor.
- SslFilterFactory - Class in org.shared.net.filter.ssl
-
- SslFilterFactory() - Constructor for class org.shared.net.filter.ssl.SslFilterFactory
-
Default constructor.
- start() - Method in class org.shared.net.nio.NioManagerDispatchThread
-
- state - Variable in class org.shared.array.sparse.ProtoSparseArray
-
- state - Variable in class org.shared.event.StateTable.StateHandler
-
The state.
- StateTable<X extends Enum<X>,Y extends Enum<Y>,Z extends Event<Z,Y,?>> - Class in org.shared.event
-
A finite state machine class.
- StateTable(Object, Class<X>, Class<Y>, String) - Constructor for class org.shared.event.StateTable
-
Default constructor.
- StateTable(Object, Class<X>, Class<Y>) - Constructor for class org.shared.event.StateTable
-
Alternate constructor.
- StateTable.StateHandler - Class in org.shared.event
-
- StateTable.StateHandler(X, Y) - Constructor for class org.shared.event.StateTable.StateHandler
-
Default constructor.
- status - Variable in class org.shared.net.nio.NioManagerThread
-
- strictErrorHandler - Static variable in class org.shared.util.XmlBase
-
- stride(int) - Method in interface org.shared.array.Array
-
Gets the stride along the given dimension.
- stride(int) - Method in class org.shared.array.ProtoArray
-
- stride(int) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- strides(int[]) - Method in interface org.shared.array.Array.IndexingOrder
-
Creates strides for the given dimensions.
- strides() - Method in interface org.shared.array.Array
-
Gets the strides.
- strides - Variable in class org.shared.array.ProtoArray
-
The strides.
- strides() - Method in class org.shared.array.ProtoArray
-
- strides - Variable in class org.shared.array.sparse.ProtoSparseArray
-
The strides.
- strides() - Method in class org.shared.array.sparse.ProtoSparseArray
-
- subarray(int...) - Method in class org.shared.array.AbstractComplexArray
-
- subarray(int...) - Method in interface org.shared.array.Array
-
Gets a subarray delimited by the given bounds.
- subarray(int...) - Method in class org.shared.array.ProtoArray
-
- subarray(int...) - Method in class org.shared.array.sparse.ProtoSparseArray
-
- subsetFurthestFirst(int, RealArray) - Static method in class org.shared.stat.ml.KMeans
-
Performs subset furthest first initialization.
- sum(double...) - Static method in class org.shared.util.Arithmetic
-
Computes the sum.
- sum(int...) - Static method in class org.shared.util.Arithmetic
-
Computes the sum.
- surface - Static variable in class org.shared.stat.plot.DataStyle
-
- svd(double[], int, int, double[], double[], double[], int, int) - Method in class org.shared.array.jni.NativeArrayKernel
-
- svd(double[], int, int, double[], double[], double[], int, int) - Method in interface org.shared.array.kernel.ArrayKernel
-
Computes the singular value decomposition of a
Matrix
.
- svd(double[], int, int, double[], double[], double[], int, int) - Method in class org.shared.array.kernel.JavaArrayKernel
-
- svd(double[], int, int, double[], double[], double[], int, int) - Static method in class org.shared.array.kernel.LinearAlgebraOps
-
- svd(double[], int, int, double[], double[], double[], int, int) - Method in class org.shared.array.kernel.ModalArrayKernel
-
- SynchronousHandler<C extends Connection> - Class in org.shared.net.handler
-
- SynchronousHandler(String, int) - Constructor for class org.shared.net.handler.SynchronousHandler
-
Default constructor.
- SynchronousHandler(String) - Constructor for class org.shared.net.handler.SynchronousHandler
-
Alternate constructor.
- SynchronousHandler.ManagedInputStream - Class in org.shared.net.handler
-
- SynchronousHandler.ManagedInputStream() - Constructor for class org.shared.net.handler.SynchronousHandler.ManagedInputStream
-
Default constructor.
- SynchronousHandler.ManagedOutputStream - Class in org.shared.net.handler
-
- SynchronousHandler.ManagedOutputStream() - Constructor for class org.shared.net.handler.SynchronousHandler.ManagedOutputStream
-
Default constructor.
- SynchronousHandler.Resolver - Interface in org.shared.net.handler
-
- SynchronousHandlerTest - Class in org.shared.test.net
-
- SynchronousHandlerTest(Properties) - Constructor for class org.shared.test.net.SynchronousHandlerTest
-
Default constructor.