Class DoubleMatrixComponents
java.lang.Object
com.singularsys.jep.ComponentSubset
com.singularsys.extensions.matrix.MatrixComponents
com.singularsys.extensions.matrix.doublemat.DoubleMatrixComponents
- All Implemented Interfaces:
JepComponent,Serializable
A JepComponent encapsulating a DoubleMatrixFactory and DoubleMatrixField.
- Author:
- richard
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor with no logical or string supportDoubleMatrixComponents(boolean logical, boolean strings) Constructor with optional logical and string support -
Method Summary
Methods inherited from class com.singularsys.extensions.matrix.MatrixComponents
buildField, getLightWeightInstance, getMatrixFactory, getMatrixField, getMatrixFunctionTable, getMatrixOperatorTable, initMethods inherited from class com.singularsys.jep.ComponentSubset
getParts
-
Constructor Details
-
DoubleMatrixComponents
public DoubleMatrixComponents()Constructor with no logical or string support -
DoubleMatrixComponents
public DoubleMatrixComponents(boolean logical, boolean strings) Constructor with optional logical and string support- Parameters:
logical- whether operations on booleans are supportedstrings- whether string operations are supported
-