Package org.ejml.equation
Class ManagerTempVariables
java.lang.Object
org.ejml.equation.ManagerTempVariables
Manages the creation and recycling of temporary variables used to store intermediate results. The user
cannot directly access these variables
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateDouble
(double value) createInteger
(int value) createIntegerSequence
(IntegerSequence sequence)
-
Constructor Details
-
ManagerTempVariables
public ManagerTempVariables()
-
-
Method Details
-
getRandom
-
createMatrix
-
createDouble
-
createDouble
-
createInteger
-
createInteger
-
createIntegerSequence
-