Package org.ejml.equation
Class VariableMatrix
java.lang.Object
org.ejml.equation.Variable
org.ejml.equation.VariableMatrix
Storage for
matrix type variables.-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf true then the matrix is dynamically resized to match the output of a function -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VariableMatrixbooleanisTemp()voidsetTemp(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)
-