Exemplo n.º 1
0
 /// <summary>
 /// Sets the derivative (read the methods to understand)
 /// </summary>
 /// <param name="node"></param>
 protected void SetDerivativeRoot(BaseNode node)
 {
     Plotter.SetDerivativeRoot(node, ref derivativeRoot);
 }