Class VariableMatrix

java.lang.Object
org.ejml.equation.Variable
org.ejml.equation.VariableMatrix

public class VariableMatrix extends Variable
Storage for matrix type variables.
  • Field Details

    • matrix

      public DMatrixRMaj matrix
    • temp

      public boolean temp
      If true then the matrix is dynamically resized to match the output of a function
  • Constructor Details

    • VariableMatrix

      public VariableMatrix(DMatrixRMaj 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 Details

    • createTemp

      public static VariableMatrix createTemp()
    • isTemp

      public boolean isTemp()
    • setTemp

      public void setTemp(boolean temp)