A B C D E F G H I J K L M N O P R S T U V W _

R

range(int[], int) - Method in interface org.javaseis.array.IMultiArray
Return a zero-based index triplet defining start,end,increment that will traverse a specified dimension for this MultiArray.
range(int[], int, int, int, int) - Method in interface org.javaseis.array.IMultiArray
Return a zero-based index triplet defining start,end,increment that can be used to access the elements of the underlying 1D array storage for this MultiArray.
range(int[], int, int, int, int, int) - Method in interface org.javaseis.array.IMultiArray
Return a zero-based index triplet defining start,end,increment that can be used to access individual elements of the underlying 1D array storage for this MultiArray.
range(int[], int) - Method in class org.javaseis.array.MultiArray
 
range(int[], int, int, int, int) - Method in class org.javaseis.array.MultiArray
 
range(int[], int, int, int, int, int) - Method in class org.javaseis.array.MultiArray
 
range(int[], int) - Method in class org.javaseis.parallel.DistributedArray
 
range(int[], int, int, int, int) - Method in class org.javaseis.parallel.DistributedArray
 
range(int[], int, int, int, int, int) - Method in class org.javaseis.parallel.DistributedArray
 
rangeFortran(int[], int) - Method in interface org.javaseis.array.IMultiArray
Return a zero-based index triplet defining start,end,increment that will traverse a specified dimension for this MultiArray.
rangeFortran(int[], int, int, int, int) - Method in interface org.javaseis.array.IMultiArray
Return a Fortran index triplet defining start,end,increment that can be used to access the elements of the underlying 1D array storage for this MultiArray.
rangeFortran(int[], int, int, int, int, int) - Method in interface org.javaseis.array.IMultiArray
Return a Fortran style index triplet defining start,end,increment that can be used to access individual elements of the underlying 1D array storage for this MultiArray.
rangeFortran(int[], int) - Method in class org.javaseis.array.MultiArray
 
rangeFortran(int[], int, int, int, int) - Method in class org.javaseis.array.MultiArray
 
rangeFortran(int[], int, int, int, int, int) - Method in class org.javaseis.array.MultiArray
 
rank() - Method in interface org.javaseis.parallel.IParallelContext
Return the rank (task index) of this task in the parallel context
rank() - Method in class org.javaseis.parallel.MPIContext
Return the rank (task index) of this task in the parallel context
rank() - Method in class org.javaseis.parallel.MPIContextWorld
 
rank() - Method in class org.javaseis.parallel.UniprocessorContext
 
read(int) - Method in class org.javaseis.io.Seisio.TraceMap
Reads the trace map from disk.
read(ByteBuffer) - Method in class org.javaseis.io.VirtualIO
Reads from data channel to buffer.
readBuffer(ByteBuffer) - Method in class org.javaseis.io.VirtualIO
Reads from data channel to buffer.
readBuffer(ByteBuffer, int) - Method in class org.javaseis.io.VirtualIO
Reads from data channel to buffer.
readFrame(int[]) - Method in class org.javaseis.io.Seisio
Reads into the the frame buffer from the specified position in the dataset.
readFrame() - Method in class org.javaseis.io.Seisio
Reads into the the frame buffer from the currently-set position in the dataset.
readFrame() - Method in class org.javaseis.io.SortRead
 
readFrameHeaders() - Method in class org.javaseis.io.Seisio
Reads headers only for at the curent position in the dataset.
readFrameScattered(int, long[]) - Method in class org.javaseis.io.Seisio
Read a frame using a set of potentially scattered trace index locations.
readMultiArray(MultiArray, int[]) - Method in class org.javaseis.io.Seisio
Reads data from an open JavaSeis dataset into a MultiArray Shape must be greater than or equal to the JavaSeis dataset axis lengths for the subset that will be read.
readOnly - Variable in class org.javaseis.io.ExtentManager
 
readOnly - Variable in class org.javaseis.properties.SeisProperties
 
readTrace(long) - Method in class org.javaseis.io.Seisio
Read a frame using a set of potentially scattered trace index locations.
readTraceMap(int[][]) - Method in class org.javaseis.io.Seisio
 
realToComplex(float[]) - Method in interface org.javaseis.fft.IFFT
Perform an in-place real to complex forward transform
realToComplex(float[], int) - Method in interface org.javaseis.fft.IFFT
In place transforms with optional offset
realToComplex(float[], float[]) - Method in interface org.javaseis.fft.IFFT
Out-of-place transforms that do not modify the input data
realToComplex(float[], int, float[], int) - Method in interface org.javaseis.fft.IFFT
Out-of-place transforms that do not modify the input data
realToComplex(float[]) - Method in class org.javaseis.fft.SeisFft
Perform an in-place real to complex forward transform
realToComplex(float[], int) - Method in class org.javaseis.fft.SeisFft
In place transforms with optional offset
realToComplex(float[], float[]) - Method in class org.javaseis.fft.SeisFft
Out-of-place transforms that do not modify the input data
realToComplex(float[], int, float[], int) - Method in class org.javaseis.fft.SeisFft
Out-of-place transforms that do not modify the input data
RECEIVER - Static variable in class org.javaseis.properties.AxisLabel
The axis label for receiver.
RECEIVER_LINE - Static variable in class org.javaseis.properties.AxisLabel
The axis label for receiver line number.
recordLength(int, int) - Static method in class org.javaseis.compress.SeisCompress
Return the record length in bytes for 16 bit compression
recordLength() - Method in class org.javaseis.properties.SeisTraceProperties
Return the current record length for the property catalog
recv(int, T, int, int) - Method in interface org.javaseis.parallel.IParallelContext
Receive a message from another task in this parallel context
recv(int, T, int, int) - Method in class org.javaseis.parallel.MPIContext
Receive a message from another task in this parallel context
recv(int, T, int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recv(int, T, int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
recvByte(int, byte[], int, int) - Method in interface org.javaseis.parallel.IParallelContext
 
recvByte(int, byte[], int, int) - Method in class org.javaseis.parallel.MPIContext
 
recvByte(int, byte[], int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recvByte(int, byte[], int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
recvDouble(int, double[], int, int) - Method in interface org.javaseis.parallel.IParallelContext
 
recvDouble(int, double[], int, int) - Method in class org.javaseis.parallel.MPIContext
 
recvDouble(int, double[], int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recvDouble(int, double[], int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
recvFloat(int, float[], int, int) - Method in interface org.javaseis.parallel.IParallelContext
 
recvFloat(int, float[], int, int) - Method in class org.javaseis.parallel.MPIContext
 
recvFloat(int, float[], int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recvFloat(int, float[], int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
recvInt(int, int[], int, int) - Method in interface org.javaseis.parallel.IParallelContext
 
recvInt(int, int[], int, int) - Method in class org.javaseis.parallel.MPIContext
 
recvInt(int, int[], int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recvInt(int, int[], int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
recvLong(int, long[], int, int) - Method in interface org.javaseis.parallel.IParallelContext
 
recvLong(int, long[], int, int) - Method in class org.javaseis.parallel.MPIContext
 
recvLong(int, long[], int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recvLong(int, long[], int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
recvShort(int, short[], int, int) - Method in interface org.javaseis.parallel.IParallelContext
 
recvShort(int, short[], int, int) - Method in class org.javaseis.parallel.MPIContext
 
recvShort(int, short[], int, int) - Method in class org.javaseis.parallel.MPIContextWorld
 
recvShort(int, short[], int, int) - Method in class org.javaseis.parallel.UniprocessorContext
 
reInitialize() - Method in class org.javaseis.io.Seisio.TraceMap
Re-initializes the trace map array.
release() - Method in interface org.javaseis.io.ISeisLock
 
release() - Method in class org.javaseis.io.SeisLock
 
release() - Method in class org.javaseis.io.SeisNativeLock
 
reload() - Method in class org.javaseis.io.ExtentManager
Reload properties from disk
ROTATION_ANGLE - Static variable in class org.javaseis.properties.DataDomain
Angle of rotation of two traces
run() - Method in class org.javaseis.io.test.JTestSeisLock.Helper
 

A B C D E F G H I J K L M N O P R S T U V W _