Skip to main content

5 docs tagged with "Monomial2D"

View All Tags

Monomial2D example 1

This example shows the usage of [[Monomial2D]] class. In this example we test Monomial2D function. We create Monomial2D from two [[Monomial1D]] instances.

Monomial2D example 3

This example shows the usage of [[Monomial2D_]] class. We test * operator. We can only multiply a monomial with another monomial.

Monomial2D example 4

This example shows the usage of [[Monomial2D_]] class. We test Eval and EvalGradient methods.

Monomial2D example 5

This example shows the usage of [[Monomial2D_]] class. We test Grad method, which returns an monomial 2d object.