Module mathml::ast::operator

source ·

Structs§

  • Derivative operator, in line with Spivak notation: http://ceres-solver.org/spivak_notation.html
  • Gradient operation has the option of handling grad operations with subscript. E.g. ∇_{x}
  • Hat operation obtains the hat operation with the operation component: e.g. \hat{x}
  • Integral can be definite or indefinite with integration_variable as it has the option of having lower_limit, upper_limit
  • Summation operator has the option of having lower bound and upper bound components

Enums§