All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AutomaticSimpleMatrixConvert Converts a matrix type into the most common format to make sure data types are compatibleConvertToDenseException The operations will convert the sparse matrix into a dense matrix and the resulting matrix data type should be a dense type not a sparse typeConvertToImaginaryException An operation has been requested which will only work on imaginary numbersEquation Equation allows the user to manipulate matrices in a more compact symbolic way, similar to Matlab and Octave.Equation.TokenType Function A function is an operator with the following syntax "<Name>( Input )"IntegerSequence Interface for an ordered sequence of integer valuesIntegerSequence.Combined This is a sequence of sequencesIntegerSequence.Explicit An array of integers which was explicitly specifiedIntegerSequence.For A sequence of integers which has been specified using a start number, end number, and step size.IntegerSequence.Range A sequence of integers which has been specified using a start number, end number, and step size and uses the known upper limit of the array to bound it Examples: : 2: 2:3:IntegerSequence.Type Macro Definition of a macro.ManagerFunctions Centralized place to create new instances of operations and functions.ManagerFunctions.Input1 Creates new instances of functions from a single variableManagerFunctions.InputN Creates a new instance of functions from two variablesManagerTempVariables Manages the creation and recycling of temporary variables used to store intermediate results.MatrixConstructor matrix used to construct a matrix from a sequence of concatenations.Operation Performs math operations.Operation.ArrayExtent Operation.Extents Operation.Info ParseError Exception generated for parse errors inEquationSequence Contains a sequence of operations.SimpleBase<T extends SimpleBase<T>> Parent ofSimpleMatriximplements all the standard matrix operations and uses generics to allow the returned matrix type to be changed.SimpleEVD<T extends SimpleBase> Wrapper around EigenDecomposition for SimpleMatrixSimpleMatrix SimpleMatrixis a wrapper aroundDMatrixRMajthat provides an easy to use object oriented interface for performing matrix operations.SimpleOperations<T extends org.ejml.data.Matrix> High level interface for operations inside of SimpleMatrix for one matrix type.SimpleOperations_CDRM SimpleOperations_DDRM SimpleOperations_DSCC SimpleOperations_FDRM SimpleOperations_FSCC SimpleOperations_ZDRM SimpleSparseOperations<S extends org.ejml.data.MatrixSparse,D extends org.ejml.data.Matrix> Extension toSimpleOperationsfor sparse matricesSimpleSVD<T extends SimpleBase> Wrapper around SVD for simple matrix.Symbol Types of low level operators which can be applied in the codeUnsupportedOperation This operation isn't supported yetUtilSimpleMatrix Variable Instance of a variable created at compile time.VariableDouble Variable which stores an instance of double.VariableInteger Variable which stores an instance of int.VariableIntegerSequence Variable which stores/describes a sequence of integersVariableMatrix Storage formatrixtype variables.VariableScalar Variable for storing primitive scalar data types, e.g.VariableScalar.Type VariableType List of the types of variables.