Interface SymbolicLValueI

All Superinterfaces:
LValueI
All Known Implementing Classes:
MatrixEle

public interface SymbolicLValueI extends LValueI
Functions which can appear on the left-hand side of a symbolic assignment. For instance the matrix element function where the equations of individual elements can be specified.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEqn(Jep xjep, Node lhsNode, Node rhsNode)
    Sets the equation of an LValue

    Methods inherited from interface com.singularsys.jep.functions.LValueI

    set
  • Method Details

    • setEqn

      void setEqn(Jep xjep, Node lhsNode, Node rhsNode) throws ParseException
      Sets the equation of an LValue
      Parameters:
      xjep - Jep instance
      lhsNode - an LValue whose equation can be set
      rhsNode - the expression the set in to
      Throws:
      ParseException