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 

M

magnitude() - Method in class org.shared.array.AbstractComplexArray.Complex
Calculates the complex magnitude.
main(String[]) - Static method in class org.shared.metaclass.Loader
The entry point for Loader when invoked as a Java process.
main(String[]) - Static method in class org.shared.test.All
main(String[]) - Static method in class org.shared.test.AllNative
main(String[]) - Static method in class org.shared.test.Demo
main(String[]) - Static method in class org.sharedx.test.AllX
main0(String[]) - Static method in class org.shared.test.All
The program entry point.
main0(String[]) - Static method in class org.shared.test.AllNative
The program entry point.
main0(String[]) - Static method in class org.shared.test.Demo
The program entry point.
main0(String[]) - Static method in class org.sharedx.test.AllX
The program entry point.
MAJOR_VERSION - Static variable in class org.shared.Constants
The major version of the software.
map(AbstractRealArray.RealMap) - Method in class org.shared.array.AbstractRealArray
Mutatively maps the elements.
map(T, int...) - Method in interface org.shared.array.Array
Maps this array into a destination array.
map(int[], Object, int[], int[], Object, int[], int[]) - Method in class org.shared.array.jni.NativeArrayKernel
 
map(int[], Object, int[], int[], Object, int[], int[]) - Method in interface org.shared.array.kernel.ArrayKernel
Performs a mapping operation.
map(int[], Object, int[], int[], Object, int[], int[]) - Method in class org.shared.array.kernel.JavaArrayKernel
 
map(int[], Object, int[], int[], Object, int[], int[]) - Static method in class org.shared.array.kernel.MappingOps
map(int[], Object, int[], int[], Object, int[], int[]) - Method in class org.shared.array.kernel.ModalArrayKernel
 
map(T, int...) - Method in class org.shared.array.ProtoArray
 
map(T, int...) - Method in class org.shared.array.sparse.ProtoSparseArray
 
MappingOps - Class in org.shared.array.kernel
A class for mapping operations in pure Java.
MATLAB_MI_DOUBLE - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for a double.
MATLAB_MI_INT16 - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for a signed short.
MATLAB_MI_INT32 - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for a signed int.
MATLAB_MI_INT8 - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for a signed byte.
MATLAB_MI_MATRIX - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for a matrix.
MATLAB_MI_SINGLE - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for a float.
MATLAB_MI_UINT16 - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an unsigned short.
MATLAB_MI_UINT32 - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an unsigned int.
MATLAB_MI_UINT8 - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an unsigned byte.
MATLAB_MX_DOUBLE_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of doubles.
MATLAB_MX_INT16_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of signed shorts.
MATLAB_MX_INT32_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of signed ints.
MATLAB_MX_INT8_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of signed bytes.
MATLAB_MX_SINGLE_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of floats.
MATLAB_MX_UINT16_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of unsigned shorts.
MATLAB_MX_UINT32_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of unsigned ints.
MATLAB_MX_UINT8_CLASS - Static variable in class org.shared.array.kernel.MatlabIo
MATLAB's value for an array of unsigned bytes.
MatlabIo - Class in org.shared.array.kernel
Contains constant values pertaining to the reading and writing of MATLAB's MAT-file format.
MatlabIo.DataType - Enum in org.shared.array.kernel
An enumeration of MATLAB data types.
MatlabIo.ObjectType - Enum in org.shared.array.kernel
An enumeration of MATLAB object types.
MatlabIoKernel - Class in org.shared.array.kernel
An implementation of ArrayIoKernel that reads and writes MATLAB MAT-files.
MatlabIoKernel() - Constructor for class org.shared.array.kernel.MatlabIoKernel
Default constructor.
MatlabIoKernel.DataElement<T> - Class in org.shared.array.kernel
A MATLAB data element.
MatlabIoKernel.DataElement(ByteBuffer) - Constructor for class org.shared.array.kernel.MatlabIoKernel.DataElement
Default constructor.
MatlabIoKernel.DoubleArrayDataElement - Class in org.shared.array.kernel
A MATLAB data element that is an array of doubles.
MatlabIoKernel.DoubleArrayDataElement(ByteBuffer) - Constructor for class org.shared.array.kernel.MatlabIoKernel.DoubleArrayDataElement
Default constructor.
MatlabIoKernel.IntArrayDataElement - Class in org.shared.array.kernel
A MATLAB data element that is an array of ints.
MatlabIoKernel.IntArrayDataElement(ByteBuffer) - Constructor for class org.shared.array.kernel.MatlabIoKernel.IntArrayDataElement
Default constructor.
MatlabIoKernel.MatrixDataElement - Class in org.shared.array.kernel
A MATLAB matrix data element.
MatlabIoKernel.MatrixDataElement(ByteBuffer) - Constructor for class org.shared.array.kernel.MatlabIoKernel.MatrixDataElement
Default constructor.
Matrix<T extends Matrix<T,E>,E> - Interface in org.shared.array
Defines functionality that can be expected from all matrices.
MatrixOps - Class in org.shared.array.kernel
A class for matrix operations in pure Java.
MatrixTest - Class in org.shared.test.array
A class of unit tests for Matrix.
MatrixTest() - Constructor for class org.shared.test.array.MatrixTest
Default constructor.
max(double...) - Static method in class org.shared.util.Arithmetic
Computes the maximum.
max(int...) - Static method in class org.shared.util.Arithmetic
Computes the maximum.
mDiag() - Method in class org.shared.array.ComplexArray
 
mDiag() - Method in interface org.shared.array.Matrix
Gets the diagonal of this matrix as a column vector.
mDiag() - Method in class org.shared.array.RealArray
 
Mean - Class in org.shared.image.filter
A mean low-pass filter.
Mean(int, int) - Constructor for class org.shared.image.filter.Mean
Default constructor.
mEigs() - Method in class org.shared.array.ComplexArray
 
mEigs() - Method in interface org.shared.array.Matrix
Gets the eigenvectors and eigenvalues of this matrix.
mEigs() - Method in class org.shared.array.RealArray
 
merge(int[], int[], int[], int[], int[], int[], int[]) - Static method in class org.shared.array.kernel.SparseOps
Merges old and new array metadata.
merge(int[], int[]) - Static method in class org.shared.array.kernel.SparseOps
Merges sliced indirections by physical index.
MetaclassBase - Class in org.shared.metaclass
A static utility class for common class loader operations.
MetaclassBase.TemporaryFileSet - Class in org.shared.metaclass
A subclass of LinkedHashSet that holds temporary files and doubles as a deletion hook.
MetaclassBase.TemporaryFileSet() - Constructor for class org.shared.metaclass.MetaclassBase.TemporaryFileSet
Default constructor.
min(double...) - Static method in class org.shared.util.Arithmetic
Computes the minimum.
min(int...) - Static method in class org.shared.util.Arithmetic
Computes the minimum.
MINOR_VERSION - Static variable in class org.shared.Constants
The minor version of the software.
mInvert() - Method in class org.shared.array.ComplexArray
 
mInvert() - Method in interface org.shared.array.Matrix
Inverts this matrix.
mInvert() - Method in class org.shared.array.RealArray
 
mMul(ComplexArray) - Method in class org.shared.array.ComplexArray
 
mMul(T) - Method in interface org.shared.array.Matrix
Multiplies two matrices.
mMul(RealArray) - Method in class org.shared.array.RealArray
 
ModalArrayIoKernel - Class in org.shared.array.kernel
An implementation of ArrayIoKernel that is a gateway to multiple I/O schemes.
ModalArrayIoKernel() - Constructor for class org.shared.array.kernel.ModalArrayIoKernel
Default constructor.
ModalArrayKernel - Class in org.shared.array.kernel
An implementation of ArrayKernel that has JNI and pure Java bindings.
ModalArrayKernel() - Constructor for class org.shared.array.kernel.ModalArrayKernel
Default constructor.
ModalFftService - Class in org.shared.fft
An FftService backed by a service provider as well as a pure Java implementation.
ModalFftService() - Constructor for class org.shared.fft.ModalFftService
Default constructor.
ModalImageKernel - Class in org.shared.image.kernel
An implementation of ImageKernel that has JNI and pure Java bindings.
ModalImageKernel() - Constructor for class org.shared.image.kernel.ModalImageKernel
Default constructor.
MODE - Static variable in interface org.sharedx.test.BenchmarkSpecification
The desired level of FFTW3 precomputation.
modeToString(int) - Static method in class org.sharedx.fftw.FftwService
Gets a string representation of the execution mode.
mSvd() - Method in class org.shared.array.ComplexArray
 
mSvd() - Method in interface org.shared.array.Matrix
Gets the singular value decomposition of this matrix.
mSvd() - Method in class org.shared.array.RealArray
 
mTranspose() - Method in class org.shared.array.ComplexArray
 
mTranspose() - Method in interface org.shared.array.Matrix
Transposes this matrix.
mTranspose() - Method in class org.shared.array.RealArray
 
mul(double[], double[], int, int, double[], boolean) - Method in class org.shared.array.jni.NativeArrayKernel
 
mul(double[], double[], int, int, double[], boolean) - Method in interface org.shared.array.kernel.ArrayKernel
Multiplies two Matrixs.
mul(double[], double[], int, int, double[], boolean) - Method in class org.shared.array.kernel.JavaArrayKernel
 
mul(double[], double[], int, int, double[], boolean) - Static method in class org.shared.array.kernel.MatrixOps
mul(double[], double[], int, int, double[], boolean) - Method in class org.shared.array.kernel.ModalArrayKernel
 
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