Package org.ejml.equation
Class VariableMatrix
java.lang.Object
org.ejml.equation.Variable
org.ejml.equation.VariableMatrix
Storage for
matrix
type variables.-
Field Summary
Modifier and TypeFieldDescriptionboolean
If true then the matrix is dynamically resized to match the output of a function -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VariableMatrix
boolean
isTemp()
void
setTemp
(boolean temp)
-
Field Details
-
matrix
-
temp
public boolean tempIf true then the matrix is dynamically resized to match the output of a function
-
-
Constructor Details
-
VariableMatrix
Initializes the matrix variable. If null then the variable will be a reference one. If not null then it will be assignment.- Parameters:
matrix
- Matrix.
-
-
Method Details
-
createTemp
-
isTemp
public boolean isTemp() -
setTemp
public void setTemp(boolean temp)
-