Package com.singularsys.extensions

Extensions to the main Jep package.

The sub-packages are

  • djep adds differentiation.
  • fastmatrix fast evaluation for vectors and matrices.
  • fastreal fast evaluation for simple non vectors expressions.
  • field a type system which allows other types like rational numbers to be added.
  • matrix support for matrix, with some standard implementations.
  • matrixdiff allows differentiation of expressions involving vectors and matrices.
  • polynomials allows conversion to a polynomial representation, allows some simplification of expressions.
  • rewrite allows custom expression rewriting rules.
  • statistical add some statistical aggregate function, and the binomial and normal distributions.
  • structure allows some basic structured programming constructs like for, if, and while.
  • xjep a basic utility package extending the standard Jep class providing an interface to symbolic operations.
Since:
Jep 3.5 / Extensions 2.0
See Also:
XJep documentation