org.ejml.equation
Class VariableMatrix
- java.lang.Object
-
- org.ejml.equation.Variable
-
- org.ejml.equation.VariableMatrix
-
-
Field Summary
Fields Modifier and Type Field and Description DenseMatrix64FmatrixbooleantempIf true then the matrix is dynamically resized to match the output of a function
-
Constructor Summary
Constructors Constructor and Description VariableMatrix(DenseMatrix64F matrix)Initializes the matrix variable.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VariableMatrixcreateTemp()booleanisTemp()voidsetTemp(boolean temp)
-
-
-
Field Detail
-
matrix
public DenseMatrix64F matrix
-
temp
public boolean temp
If true then the matrix is dynamically resized to match the output of a function
-
-
Constructor Detail
-
VariableMatrix
public VariableMatrix(DenseMatrix64F matrix)
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 Detail
-
createTemp
public static VariableMatrix createTemp()
-
isTemp
public boolean isTemp()
-
setTemp
public void setTemp(boolean temp)
-
-
DMelt 3.0 © DataMelt by jWork.ORG