DifferentiationMethod
Description
Methods of profile differentiation.
namespace DifferentiationMethod
{
enum Type
{
Forward,
Backward,
Central
};
}
Methods of profile differentiation.
namespace DifferentiationMethod
{
enum Type
{
Forward,
Backward,
Central
};
}