Documentation of 'org.ejml.equation.VariableMatrix' Java class
VariableMatrix
org.ejml.equation

Class VariableMatrix



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

      • 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

      • isTemp

        public boolean isTemp()
      • setTemp

        public void setTemp(boolean temp)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.