Class MatrixComponentSet
java.lang.Object
com.singularsys.jep.ComponentSet
com.singularsys.extensions.matrix.MatrixComponentSet
The set of components used by a Jep instance with Vector-Matrix support. This
set will use a
MatrixFunctionTable, MatrixOperatorTable. It
will either use a supplied MatrixComponents or build one using the
supplied MatrixFactory and MatrixField. It uses
StandardConfigurableParser necessary for parsing matrix expression
and a DimensionVisitor.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatrixComponentSet(MatrixFactoryI fact, MatrixFieldI field) ComponentSet using a DoubleNumberFactory, and specified MatrixFactory and MatrixFieldMatrixComponentSet(JepComponent... components) MatrixComponentSet(NumberFactory nf, MatrixFactoryI fact, MatrixFieldI field) ComponentSet with specified number factory, matrix factory and field -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.singularsys.jep.ComponentSet
addAuxComponent, addComponents, findOrElse, getAuxComponents, getAuxComps, getBaseComponents, getComponents, getEvaluator, getFunctionTable, getNodeFactory, getNumberFactory, getOperatorTable, getParser, getPrintVisitor, getVariableFactory, getVariableTable, setAuxComps, setEvaluator, setFunctionTable, setNodeFactory, setNumberFactory, setOperatorTable, setParser, setPrintVisitor, setVariableFactory, setVariableTable
-
Field Details
-
dimv
-
-
Constructor Details
-
MatrixComponentSet
ComponentSet using a DoubleNumberFactory, and specified MatrixFactory and MatrixField -
MatrixComponentSet
ComponentSet with specified number factory, matrix factory and field- Parameters:
nf-fact-field-
-
MatrixComponentSet
-
-
Method Details
-
getMatrixFactory
-
getMatrixField
-
getDimensionVisitor
-